Armadillo C++

From ACENET
Revision as of 16:23, October 3, 2013 by Skhan (talk | contribs)
Jump to: navigation, search
Description
Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use.
Modulefile
armadillo
Examples
$ARMADILLO/examples/
Documentation
Armadillo C++ homepage
Usage
Here is an example how one could link their code compiled with GCC against Armadillo C++:
$ module load gcc armadillo
$ g++ <compiler commands> -I$ARMADILLO/include -L$ARMADILLO/lib -larmadillo