public interface CholeskyLDLDecomposition_F32<MatrixType extends Matrix> extends CholeskyLDLDecomposition<MatrixType>
Implementation of CholeskyDecomposition
for 32-bit floats.
Modifier and Type | Method and Description |
---|---|
float[] |
getDiagonal()
Returns the elements in the diagonal matrix
|
getD, getL
decompose, inputModified