Uses of Interface
org.ejml.interfaces.decomposition.CholeskyLDLDecomposition
Packages that use CholeskyLDLDecomposition
-
Uses of CholeskyLDLDecomposition in org.ejml.dense.row.decomposition.chol
Classes in org.ejml.dense.row.decomposition.chol that implement CholeskyLDLDecompositionModifier 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.class
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 in org.ejml.interfaces.decomposition
Subinterfaces of CholeskyLDLDecomposition in org.ejml.interfaces.decompositionModifier and TypeInterfaceDescriptioninterface
CholeskyLDLDecomposition_F32<MatrixType extends Matrix>
Implementation ofCholeskyDecomposition
for 32-bit floats.interface
CholeskyLDLDecomposition_F64<MatrixType extends Matrix>
Implementation ofCholeskyDecomposition
for 64-bit floats.