Uses of Interface
org.ejml.interfaces.decomposition.CholeskyLDLDecomposition_F64
Package
Description
-
Uses of CholeskyLDLDecomposition_F64 in org.ejml.dense.row.decomposition.chol
Modifier and TypeClassDescriptionclass
This variant on the Cholesky decomposition avoid the need to take the square root by performing the following decomposition:
L*D*LT=A
where L is a lower triangular matrix with zeros on the diagonal. -
Uses of CholeskyLDLDecomposition_F64 in org.ejml.dense.row.factory
Modifier and TypeMethodDescriptionDecompositionFactory_DDRM.cholLDL()
DecompositionFactory_DDRM.cholLDL
(int matrixSize) Returns aCholeskyDecompositionLDL_DDRM
that has been optimized for the specified matrix size. -
Uses of CholeskyLDLDecomposition_F64 in org.ejml.dense.row.linsol.chol