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>