[go: up one dir, main page]

Menu

[r33]: / cpp / README.txt  Maximize  Restore  History

Download this file

12 lines (8 with data), 409 Bytes

 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