Sciweavers


Source Code

Armadillo C++ matrix library

15 years 3 months ago
Armadillo C++ matrix library
Armadillo is a streamlined C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. It is based on recursive templates. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Optional integration with LAPACK and ATLAS libraries is also provided. 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 Octave. It is distributed under a license that is useful in both open-source and commercial contexts.
Conrad Sanderson
Added 16 Jan 2009
Updated 05 Dec 2010
Authors Conrad Sanderson
OS All OS
Language C++
Comments (0)