Function amici::hdf5::getDoubleDataset3D¶
Defined in File hdf5.h
Function Documentation¶
-
std::vector<double>
amici::hdf5::getDoubleDataset3D(const H5::H5File &file, std::string const &name, hsize_t &m, hsize_t &n, hsize_t &o)¶ Read 3-dimensional native double dataset from HDF5 file.
- Return
Flattened data (row-major)
- Parameters
file: HDF5 file objectname: Name of dataset to readm: Length of first dimension in datasetn: Length of first dimension in dataseto: Length of first dimension in dataset