Function amici::hdf5::getDoubleDataset2D¶
Defined in File hdf5.h
Function Documentation¶
-
std::vector<double>
amici::hdf5::getDoubleDataset2D(const H5::H5File &file, std::string const &name, hsize_t &m, hsize_t &n)¶ Read 2-dimensional native double dataset from HDF5 file.
- Return
Flattened data (row-major)
- Parameters
file: HDF5 file objectname: Name of dataset to readm: Number of rows in the datasetn: Number of columns in the dataset