public interface SingularValueDecomposition_F64<T extends Matrix> extends SingularValueDecomposition<T>
Implementation of SingularValueDecomposition
for 64-bit floats.
Modifier and Type | Method and Description |
---|---|
double[] |
getSingularValues()
Returns the singular values.
|
getU, getV, getW, isCompact, numberOfSingularValues, numCols, numRows
decompose, inputModified
double[] getSingularValues()