|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|

Go to the source code of this file.
Namespaces | |
| Euclid | |
| Euclid::NdArray | |
Functions | |
| void | Euclid::NdArray::parseSingleValue (const std::string &descr, bool &big_endian, std::string &dtype) |
| void | Euclid::NdArray::parseFieldValues (const std::string &descr, bool &big_endian, std::vector< std::string > &attrs, std::string &dtype) |
| void | Euclid::NdArray::parseNpyDict (const std::string &header, bool &fortran_order, bool &big_endian, std::string &dtype, std::vector< size_t > &shape, std::vector< std::string > &attrs, size_t &n_elements) |
| void | Euclid::NdArray::readNpyHeader (std::istream &input, std::string &dtype, std::vector< size_t > &shape, std::vector< std::string > &attrs, size_t &n_elements) |
1.8.5