public interface SVDDecomposition
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
DiagonalMatrix |
D()
Get the D matrix as in SVD decomposition.
|
double[] |
getSingularValues()
Get the normalized, hence positive, singular values.
|
Matrix |
U()
Get the U matrix as in SVD decomposition.
|
Matrix |
Ut()
Get the transpose of i>U, i.e.,
U().t(). |
Matrix |
V()
Get the V matrix as in SVD decomposition.
|
double[] getSingularValues()
DiagonalMatrix D()
Matrix U()
Matrix Ut()
U().t().U().t()Matrix V()