Uses of Interface
org.ejml.interfaces.decomposition.CholeskyLDLDecomposition
-
Uses of CholeskyLDLDecomposition 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.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
Modifier 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.