Boost logo

Ublas :

Subject: [ublas] HDF5 serialisation for ublas
From: Steven Varga (steven.varga_at_[hidden])
Date: 2018-03-01 04:11:45


Hello,

I am working on H5CPP an easy to use c++11 header only template library for
scientific data stores such as ublas. The library supports
ublas::matrix<T> and ublas::vector<T> types, in addition to most major
libries: eigen3,armadillo,... with partial or full READ|WRITE operations
to/from HDF5 format.

The MIT licensed project can be freely downloaded from http://h5cpp.ca or
github: https://github.com/steven-varga/h5cpp

best wishes,
steven