ダウンロードリスト

プロジェクト概要

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.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、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.

プロジェクトリソース