mikera.matrixx.decompose
Interface ISVDResult
-
- All Known Implementing Classes:
- SVDResult
public interface ISVDResultInterface representing the result of an SVD decomposition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description AMatrixgetS()Returns a diagonal matrix with the singular values.AVectorgetSingularValues()Returns an array containing singular values.AMatrixgetU()Returns the orthogonal 'U' matrix.AMatrixgetV()Returns the orthogonal 'V' matrix.
-
-
-
Method Detail
-
getU
AMatrix getU()
Returns the orthogonal 'U' matrix.
- Returns:
- An orthogonal matrix.
-
getS
AMatrix getS()
Returns a diagonal matrix with the singular values. Order of the singular values is not guaranteed.- Returns:
- matrix with singular values along the diagonal.
-
getV
AMatrix getV()
Returns the orthogonal 'V' matrix.
- Returns:
- An orthogonal matrix.
-
getSingularValues
AVector getSingularValues()
Returns an array containing singular values. The non zero singular values are the square roots of the non-zero eigenvalues of MTM and MMT, where M is the input matrix.- Returns:
-
-
DMelt 3.0 © DataMelt by jWork.ORG