Class CholeskyUpLooking_FSCC

java.lang.Object
org.ejml.sparse.csc.decomposition.chol.CholeskyUpLooking_FSCC
All Implemented Interfaces:
CholeskyDecomposition<FMatrixSparseCSC>, CholeskySparseDecomposition<FMatrixSparseCSC>, CholeskySparseDecomposition_F32<FMatrixSparseCSC>, DecompositionInterface<FMatrixSparseCSC>, DecompositionSparseInterface<FMatrixSparseCSC>

@Generated("org.ejml.sparse.csc.decomposition.chol.CholeskyUpLooking_DSCC") public class CholeskyUpLooking_FSCC extends Object implements CholeskySparseDecomposition_F32<FMatrixSparseCSC>
Performs a Cholesky decomposition using an up looking algorthm on a FMatrixSparseCSC.

See page 59 in "Direct Methods for Sparse Linear Systems" by Tomothy A. Davis