Interface LUSparseDecomposition<MatrixType extends Matrix>
- All Superinterfaces:
DecompositionInterface<MatrixType>,DecompositionSparseInterface<MatrixType>,LUDecomposition<MatrixType>
- All Known Subinterfaces:
LUSparseDecomposition_F32<T>,LUSparseDecomposition_F64<T>
- All Known Implementing Classes:
LuUpLooking_DSCC,LuUpLooking_FSCC
public interface LUSparseDecomposition<MatrixType extends Matrix>
extends LUDecomposition<MatrixType>, DecompositionSparseInterface<MatrixType>
-
Method Summary
Methods inherited from interface org.ejml.interfaces.decomposition.DecompositionInterface
decompose, inputModifiedMethods inherited from interface org.ejml.interfaces.decomposition.DecompositionSparseInterface
isStructureLocked, setStructureLockedMethods inherited from interface org.ejml.interfaces.decomposition.LUDecomposition
getLower, getRowPivot, getRowPivotV, getUpper, isSingular