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-09-06 21:36
3.4

Dieses Release enthält vorläufige Unterstützung für dünnbesetzte Matrizen. Es fügt auch wirtschaftlich QR-Zerlegung und schneller Singulärwertzerlegung.
Tags: Speedups, Feature Enhancements, Stable
This release contains preliminary support for sparse matrices. It also adds economical QR decomposition and faster singular value decomposition.

2012-08-30 16:13
3.3.91

Dieses Release enthält schneller Singulärwertzerlegung über optionale Verwendung des Algorithmus "Teile und herrsche". Es fügt auch wirtschaftlich QR-Zerlegung und vorläufige Unterstützung für dünnbesetzte Matrizen.
Tags: Speedups, Beta
This release contains faster singular value decomposition via optional use of the "divide and conquer" algorithm. It also adds economical QR decomposition and preliminary support for sparse matrices.

2012-03-19 21:36
2.99.1

Dieses Release fügt Beschleunigungen für Behandlung von Teilmatrizen, nicht zusammenhängende Teilmatrizen unterstützt und verbessert das Handling von Vektor Ausdrücken.
Tags: Beta, Speedups, Feature Enhancements
This release adds speedups for handling of submatrices, supports non-contiguous submatrices, and improves handling of vector expressions.

2012-03-06 07:22
2.4.4

Diese Version behebt kleinere Probleme in den Funktionen qr() und syl(). Wall_clock Timer-Klasse wurde mehr tragbar gemacht.
Tags: Bugfixes
This release fixes minor issues in the qr() and syl() functions. The wall_clock timer class has been made more portable.

2011-12-13 05:24
2.4.2

Diese Version hat verbesserte Dokumentation und behebt ein Problem in Größenänderung leere Matrizen.
Tags: Bugfixes, Stable
This release has improved documentation and fixes an issue in resizing empty matrices.

Project Resources