Package | Description |
---|---|
gov.sandia.cognition.math.matrix.mtj.decomposition |
Provides matrix decomposition implementations using the Matrix Toolkits for
Java (MTJ) library.
|
Class and Description |
---|
CholeskyDecompositionMTJ
Computes the Cholesky decomposition of the symmetric positive definite
matrix.
|
EigenDecompositionRightMTJ
Computes the right (standard) eigendecomposition of the given matrix.
|
SingularValueDecompositionMTJ
Full singular-value decomposition, based on MTJ's SVD.
|