Package | Description |
---|---|
gov.sandia.cognition.math.matrix.custom |
Provides a custom linear algebra package implementation for both dense
and sparse classes.
|
Modifier and Type | Method and Description |
---|---|
DenseMatrix.SVD |
DenseMatrix.svdDecompose()
Leverages LAPACK to compute the Singular Value Decomposition (SVD) of
this.
|