Interface CholeskySparseDecomposition<MatrixType extends Matrix>
- All Superinterfaces:
CholeskyDecomposition<MatrixType>,DecompositionInterface<MatrixType>,DecompositionSparseInterface<MatrixType>
- All Known Subinterfaces:
CholeskySparseDecomposition_F32<MatrixType>,CholeskySparseDecomposition_F64<MatrixType>
- All Known Implementing Classes:
CholeskyUpLooking_DSCC,CholeskyUpLooking_FSCC
public interface CholeskySparseDecomposition<MatrixType extends Matrix>
extends CholeskyDecomposition<MatrixType>, DecompositionSparseInterface<MatrixType>
-
Method Summary
Methods inherited from interface org.ejml.interfaces.decomposition.CholeskyDecomposition
getT, isLowerMethods inherited from interface org.ejml.interfaces.decomposition.DecompositionInterface
decompose, inputModifiedMethods inherited from interface org.ejml.interfaces.decomposition.DecompositionSparseInterface
isStructureLocked, setStructureLocked