|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include "NdArray/NdArray.h"#include <boost/filesystem/path.hpp>#include <fstream>#include "NdArray/io/_impl/NpyReader.icpp"#include "NdArray/io/_impl/NpyWriter.icpp"
Go to the source code of this file.
Namespaces | |
| Euclid | |
| Euclid::NdArray | |
Macros | |
| #define | NPY_IMPL |
Functions | |
| template<typename T > | |
| void | Euclid::NdArray::writeNpy (std::ostream &out, const NdArray< T > &array) |
| template<typename T > | |
| NdArray< T > | Euclid::NdArray::readNpy (std::istream &input) |
| template<typename T > | |
| void | Euclid::NdArray::writeNpy (const boost::filesystem::path &path, const NdArray< T > &array) |
| template<typename T > | |
| NdArray< T > | Euclid::NdArray::readNpy (const boost::filesystem::path &path) |
1.8.5