Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
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-21 13:16 Retour à la liste release
3.6.1

Cette version contient une opération de trace plus rapide pour les matrices denses. Il contient également un correctif pour le produit scalaire sparse matrix ainsi que diverses corrections pour les interactions entre les matrices éparses et denses.
Tags: Speedups, Bugfixes, Stable
This release contains a faster trace operation for dense matrices. It also contains a fix for the sparse matrix dot product as well as various fixes for interactions between sparse and dense matrices.

Project Resources