Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
Npy.h File Reference
#include "NdArray/NdArray.h"
#include <boost/filesystem/path.hpp>
#include <fstream>
#include "NdArray/io/_impl/NpyReader.icpp"
#include "NdArray/io/_impl/NpyWriter.icpp"
Include dependency graph for Npy.h:

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)
 

Macro Definition Documentation

◆ NPY_IMPL

#define NPY_IMPL

Definition at line 101 of file Npy.h.