Function amici::hdf5::createAndWriteInt1DDataset¶
Defined in File hdf5.h
Function Documentation¶
-
void
amici::hdf5::createAndWriteInt1DDataset(H5::H5File const &file, std::string const &datasetName, gsl::span<const int> buffer)¶ Create and write to 1-dimensional native integer dataset.
- Parameters
file: HDF5 file objectdatasetName: Name of dataset to createbuffer: Data to write to dataset