CQMP / Maxent

GNU General Public License v2.0
16 stars 14 forks source link

No HDF5 integration with Eigen3 matrices #9

Open ryanlevy opened 9 years ago

ryanlevy commented 9 years ago

In ublas_vector.hpp there was the save method, which is incompatible with MatrixXd etc. HDF5 output in the Eigen3 branch has been commented out for now

ryanlevy commented 9 years ago

Eigen::VectorXd (Matrix<double,1,Dynamic>) is now supported for saving. Not sure if it makes sense to implement all of the member functions in alps/hdf5/vector

egull commented 9 years ago

Probably does make sense, and we can add this to Alex' todo list ;-) it should be easy to do and we're siwtching over to Eigen from Ublas anyway.

egull commented 9 years ago

(reopened, closed by accident)