Categories
Armadillo: C++ library
Armadillo is a C++ linear algebra library (matrix and vector maths) aiming towards a good balance between efficiency and ease of use while staying lean.
This library is useful if C++ has been decided as the language of choice (due to speed and/or integration capabilities), rather than another language like Matlab ® or GNU Octave.
Armadillo uses a delayed evaluation approach in order to combine several operations into one and reduce (or eliminate) the need for temporaries. This is accomplished through extensive use of recursive templates and template meta-programming.
Last updated 21 Jan, 2009
About
Leadership
- Conrad Sanderson - Maintainer
Versions
0.3.0
- Released: 21 Jan, 2009
- Code Maturity: Beta
- Source Archive: http://downloads.sourceforge.net/arma/armadillo...
- Licenses: GPLv2 with exception
- Interfaces: Library




