Class ColumnCounts_DSCC

java.lang.Object
org.ejml.sparse.csc.misc.ColumnCounts_DSCC

public class ColumnCounts_DSCC extends Object
Computes the column counts of the upper triangular portion of L as in L*LT=A. Useful in Cholesky decomposition.

See cs_counts() on page 55

  • Constructor Details

    • ColumnCounts_DSCC

      public ColumnCounts_DSCC(boolean ata)
      Configures column count algorithm.
      Parameters:
      ata - flag used to indicate if the cholesky factor of A or ATA is to be computed.
  • Method Details