[ ソース: jama ]
パッケージ: libjama-java (1.0.3-2)
libjama-java に関するリンク
Debian の資源:
jama ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [math.nist.gov]
類似のパッケージ:
Basic linear algebra library for Java
Provides fundamental operations of numerical linear algebra. The package provides five matrix decompositions. These decompositions are accessed by the Matrix class to compute solutions of simultaneous linear equations, determinants, inverses and other matrix functions.
The five decompositions are:
* Cholesky Decomposition of symmetric, positive definite matrices * LU Decomposition (Gaussian elimination) of rectangular matrices * QR Decomposition of rectangular matrices * Eigenvalue Decomposition of both symmetric and nonsymmetric square matrices * Singular Value Decomposition of rectangular matrices