Y
Hacker News
new
|
ask
|
show
|
jobs
by
timr
6015 days ago
Try LAPACK. Incredibly fast, and a minimal license. You'll have to deal with FORTRAN, though.
1 comments
forkandwait
6015 days ago
I don't want to write my own binary dataformats, and I don't want to deal with FORTRAN.
link
repsilat
6015 days ago
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.
link