2003-06-03 07:40:15 +02:00
|
|
|
JAMA/C++ Linear Algebra Package (v. 1.2.1)
|
|
|
|
|
2016-05-19 12:44:11 +02:00
|
|
|
JAMA/C++: a translation of the Java Matrix Library, developed by the
|
|
|
|
Mathworks and NIST, into C++
|
|
|
|
* classical matrix linear algebra
|
|
|
|
* QR
|
|
|
|
* SVD
|
|
|
|
* Cholesky
|
2003-06-03 07:40:15 +02:00
|
|
|
* Eigenvalue solver
|
|
|
|
|
2016-05-19 12:44:11 +02:00
|
|
|
Based on NIST's Template Numerical Toolkit.
|