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