Class LuUpLooking_FSCC

java.lang.Object
org.ejml.sparse.csc.decomposition.lu.LuUpLooking_FSCC
All Implemented Interfaces:
DecompositionInterface<FMatrixSparseCSC>, DecompositionSparseInterface<FMatrixSparseCSC>, LUDecomposition<FMatrixSparseCSC>, LUSparseDecomposition<FMatrixSparseCSC>, LUSparseDecomposition_F32<FMatrixSparseCSC>

@Generated("org.ejml.sparse.csc.decomposition.lu.LuUpLooking_DSCC") public class LuUpLooking_FSCC extends Object implements LUSparseDecomposition_F32<FMatrixSparseCSC>
LU Decomposition using a left looking algorithm for FMatrixSparseCSC.

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

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