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>