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