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 Back to release list
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.

Project Resources