Paketname | libjama-java |
Beschreibung | a basic linear algebra library for java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.2-3 |
Sektion | java |
Priorität | optional |
Installierte Größe | 412 Byte |
Hängt ab von | default-jdk |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | jama |
Paketgröße | 57434 Byte |
Prüfsumme MD5 | 6cc49a4bc04fee7f1ad3a0bdcccc9ee0 |
Prüfsumme SHA1 | 73a9c99d93c4008b59bf1855760fc293ae0dfcfc |
Prüfsumme SHA256 | 7c29453ec461a42ac125cc7edc771a44ed2612fdf52538eed3d2234f3febcaf2 |
Link zum Herunterladen | libjama-java_1.0.2-3_all.deb |
Ausführliche Beschreibung | 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
|