Armadillo C++
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