Class LuUpLooking_DSCC

java.lang.Object
org.ejml.sparse.csc.decomposition.lu.LuUpLooking_DSCC
All Implemented Interfaces:
DecompositionInterface<DMatrixSparseCSC>, DecompositionSparseInterface<DMatrixSparseCSC>, LUDecomposition<DMatrixSparseCSC>, LUSparseDecomposition<DMatrixSparseCSC>, LUSparseDecomposition_F64<DMatrixSparseCSC>

public class LuUpLooking_DSCC extends Object implements LUSparseDecomposition_F64<DMatrixSparseCSC>
LU Decomposition using a left looking algorithm for DMatrixSparseCSC.

NOTE: Based mostly on the algorithm described on page 86 in csparse. cs_lu

NOTE: See in code comment for a modification from csparse.