Armadillo C++

From ACENET
Revision as of 14:10, October 22, 2019 by Rdickson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Achtung.png Legacy documentation

This page describes a service provided by a retired ACENET system. Most ACENET services are currently provided by national systems, for which please visit https://docs.computecanada.ca.

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