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