Downloadliste

Projektbeschreibung

Armadillo is a C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. The API is deliberately similar to Matlab's. Integer, floating point, and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS numerics libraries. A delayed evaluation approach, based on template meta-programming, is used (during compile time) to combine several operations into one and reduce or eliminate the need for temporaries.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-08 09:17 Zurück zur Release-Liste
3.6.0

Dieses Release enthält die schnellere Abwicklung von Teilmatrizen und Teilcubes. Es erweitert außerdem die Funktionalität des dünnbesetzte Matrizen.
Tags: Speedups, Feature Enhancements, Stable
This release contains faster handling of submatrices and subcubes. It also expands the functionality of sparse matrices.

Project Resources