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.

2013-02-02 07:06
3.6.2

此版本添加了对角线和三角矩阵的行列式运行速度更快。它还包含更多的 64 位整数的细粒度处理。
标签: 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

此版本包含稠密矩阵的跟踪运行速度更快。它还包含稀疏矩阵点积的修复以及稀疏和稠密矩阵之间的相互作用的各个修复程序。
标签: 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

此版本中包含子矩阵和子多维数据集更快地的处理。它还扩大了的稀疏矩阵的功能。
标签: 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

此版本包含处理稀疏子矩阵意见的修复程序。它还具有轻微寻为稀疏矩阵。
标签: 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 中的一个 bug 解决方法加速框架。
标签: 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