Hacker News new | ask | show | jobs
by forkandwait 6015 days ago
I don't want to write my own binary dataformats, and I don't want to deal with FORTRAN.
1 comments

Eigen doesn't help with the first problem, but it does with the second - written in C++ with some nice expression template magic for efficiency. Comparable performance to LAPACK and LGPL licensed.