Uses of Interface
org.ejml.interfaces.decomposition.CholeskySparseDecomposition
-
Uses of CholeskySparseDecomposition in org.ejml.interfaces.decomposition
Modifier and TypeInterfaceDescriptioninterface
CholeskySparseDecomposition_F32<MatrixType extends Matrix>
Implementation ofCholeskySparseDecomposition
for 32-bit floats.interface
CholeskySparseDecomposition_F64<MatrixType extends Matrix>
Implementation ofCholeskySparseDecomposition
for 64-bit floats. -
Uses of CholeskySparseDecomposition in org.ejml.sparse.csc.decomposition.chol
Modifier and TypeClassDescriptionclass
Performs a Cholesky decomposition using an up looking algorthm on aDMatrixSparseCSC
.class
Performs a Cholesky decomposition using an up looking algorthm on aFMatrixSparseCSC
.