Alexandria 2.31.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 | |
namespace | Euclid |
namespace | 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) |