Sunday, November 11, 2012

Armadillo: C++ linear algebra library

Many C++ libraries for linear algebra, such as C++ versions of BLAS, LAPACK or uBlas from Boost are pretty hard for using by people who are not familiar with numerical methods. After some searching I have found out Armadillo library. It provides simple interface for BLAS and LAPACK functions with syntax similar to Matlab.

No comments:

Post a Comment