Class CholeskyUpLooking_DSCC

java.lang.Object
org.ejml.sparse.csc.decomposition.chol.CholeskyUpLooking_DSCC
All Implemented Interfaces:
CholeskyDecomposition<DMatrixSparseCSC>, CholeskySparseDecomposition<DMatrixSparseCSC>, CholeskySparseDecomposition_F64<DMatrixSparseCSC>, DecompositionInterface<DMatrixSparseCSC>, DecompositionSparseInterface<DMatrixSparseCSC>

public class CholeskyUpLooking_DSCC extends Object implements CholeskySparseDecomposition_F64<DMatrixSparseCSC>
Performs a Cholesky decomposition using an up looking algorthm on a DMatrixSparseCSC.

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