Uses of Interface
org.ejml.interfaces.decomposition.CholeskyLDLDecomposition_F32
Package
Description
-
Uses of CholeskyLDLDecomposition_F32 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_F32 in org.ejml.dense.row.factory
Modifier and TypeMethodDescriptionDecompositionFactory_FDRM.cholLDL()
DecompositionFactory_FDRM.cholLDL
(int matrixSize) Returns aCholeskyDecompositionLDL_FDRM
that has been optimized for the specified matrix size. -
Uses of CholeskyLDLDecomposition_F32 in org.ejml.dense.row.linsol.chol