Function amici::hdf5::getDoubleDataset3D

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 object

  • name: Name of dataset to read

  • m: Length of first dimension in dataset

  • n: Length of first dimension in dataset

  • o: Length of first dimension in dataset