Uses of Interface
org.ejml.interfaces.decomposition.CholeskySparseDecomposition
Packages that use CholeskySparseDecomposition
-
Uses of CholeskySparseDecomposition in org.ejml.interfaces.decomposition
Subinterfaces of CholeskySparseDecomposition in org.ejml.interfaces.decompositionModifier and TypeInterfaceDescriptioninterfaceCholeskySparseDecomposition_F32<MatrixType extends Matrix>Implementation ofCholeskySparseDecompositionfor 32-bit floats.interfaceCholeskySparseDecomposition_F64<MatrixType extends Matrix>Implementation ofCholeskySparseDecompositionfor 64-bit floats. -
Uses of CholeskySparseDecomposition in org.ejml.sparse.csc.decomposition.chol
Classes in org.ejml.sparse.csc.decomposition.chol that implement CholeskySparseDecompositionModifier and TypeClassDescriptionclassPerforms a Cholesky decomposition using an up looking algorthm on aDMatrixSparseCSC.classPerforms a Cholesky decomposition using an up looking algorthm on aFMatrixSparseCSC.