#include <h5cpp/all>
void tu_01_linalg_and_create(
const h5::fd_t& fd);
void tu_02_pod_vector_round_trip(
const h5::fd_t& fd);
int main() {
tu_01_linalg_and_create(fd);
tu_02_pod_vector_round_trip(fd);
return 0;
}
h5::at_t create(const hid_t &parent, const std::string &path, args_t &&... args)
Create a new attribute of element type T on a parent HDF5 object.
Definition H5Acreate.hpp:100
T aread(const hid_t &ds, const std::string &name, const h5::acpl_t &acpl=h5::default_acpl)
Read an attribute by name and return its value as type T.
Definition H5Aread.hpp:76