public interface BidiagonalDecomposition_F32<T extends Matrix> extends BidiagonalDecomposition<T>
Implementation of BidiagonalDecomposition
for 32-bit floats
Modifier and Type | Method and Description |
---|---|
void |
getDiagonal(float[] diag,
float[] off)
Extracts the diagonal and off diagonal elements from the decomposition.
|
getB, getU, getV
decompose, inputModified