Download List

프로젝트 설명

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

이 릴리스 대각선과 삼각 행렬에 대 한 빠른 결정 작업에 추가 합니다.

또한 64 비트 정수의 더 세분화 된 처리를 포함합니다.
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

이 릴리스 밀도 행렬에 대 한 빠른 추적 작업을 포함합니다. 그것은 또한 스파스 하 고 밀도 행렬 간의 상호 작용에 대 한 다양 한 수정 스파스 매트릭스 내적에 대 한 수정 프로그램이 포함 됩니다.
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

이 submatrices 및 하위 큐브에서 빠른 처리. 또한 스파스 매트릭스의 기능을 확장합니다.
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

이 릴리스에 스파스 submatrix 조회를 처리 하는 것에 대 한 수정 포함 되어 있습니다. 또한 스파스 매트릭스에 대 한 부까지 있다.
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

이 릴리스에 포함 된 빈 스파스 행렬을 처리 하는 것에 대 한 수정 및 Mac OS X에서 버그에 대 한 해결 프레임 워크를 가속.
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