Download List

Projeto Descrição

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.

System Requirements

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.

2013-02-02 07:06
3.6.2

Esta versão adiciona uma operação mais rápida e determinante para matrizes diagonais e triangulares.

Ele também contém mais refinada manipulação de inteiros de 64 bits.
Tags: Stable, Speedups
This release adds a faster determinant operation for diagonal and triangular matrices.

It also contains more fine-grained handling of 64 bit integers.

2012-12-21 13:16
3.6.1

Esta versão contém uma operação de rastreamento mais rápida para matrizes densas. Ele também contém uma correção para o produto de ponto de matriz esparsa, bem como várias correções para interações entre matrizes esparsas e densas.
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.

2012-12-08 09:17
3.6.0

Esta versão contém mais rápido manuseio de submatrizes e subcubos. Ele também expande a funcionalidade de matrizes esparsas.
Tags: Speedups, Feature Enhancements, Stable
This release contains faster handling of submatrices and subcubes. It also expands the functionality of sparse matrices.

2012-09-25 16:28
3.4.2

Esta versão contém correções para a manipulação de exibições submatriz esparsas. Dispõe também de aumentos de velocidade menores para matrizes esparsas.
Tags: Bugfixes, Stable
This release contains fixes for handling sparse submatrix views. It also has minor speedups for sparse matrices.

2012-09-19 06:17
3.4.1

Esta versão contém correções para a manipulação de matrizes esparsas vazios e uma solução alternativa para um bug no Mac OS X acelerar o quadro.
Tags: Stable, Bugfixes
This release contains fixes for handling empty sparse matrices and a workaround for a bug in the Mac OS X accelerate framework.

Project Resources