Hdf5 utilities Code
Status: Beta
Brought to you by:
forderud
1 2 3 4 5 6 7 8 9 10 11 | == HdfUtil == Developed by Fredrik Orderud, 2009. HdfUtil is a collection of small utility functions to simplify storage and loading of scalar, vectors, matrices and N-dim tables of "any" type through the HDF5 C++ interface. == Dependencies == HDF5 C++ library: Environment variable: RCTL_HDF Boost C++ libraries (optional, for ublas vector and matrix support): Environment variable: RCTL_BOOST |