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

此版本包含对稀疏矩阵的初步支持。它还添加了经济 QR 分解和奇异值更快地分解。
标签: 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

此版本中包含"分而治之"算法的奇异值的分解更快通过使用 (可选)。它还添加了经济 QR 分解和稀疏矩阵的初步支持。
标签: 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

此版本添加的子矩阵处理寻、 支持非连续子矩阵,和提高了处理的矢量表达式。
标签: 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

此版本中的 qr() 和 syl() 功能修复了次要问题。取得了 wall_clock timer 类更便携。
标签: 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

此版本已经改进文件和修复中调整大小为空矩阵的一个问题。
标签: Bugfixes, Stable
This release has improved documentation and fixes an issue in resizing empty matrices.

Project Resources