Interface CholeskyLDLDecomposition_F64<MatrixType extends Matrix>
-
- All Superinterfaces:
CholeskyLDLDecomposition<MatrixType>,DecompositionInterface<MatrixType>
public interface CholeskyLDLDecomposition_F64<MatrixType extends Matrix> extends CholeskyLDLDecomposition<MatrixType>
Implementation of
CholeskyDecompositionfor 64-bit floats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]getDiagonal()Returns the elements in the diagonal matrix-
Methods inherited from interface org.ejml.interfaces.decomposition.CholeskyLDLDecomposition
getD, getL
-
Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionInterface
decompose, inputModified
-
-