Documentation of 'edu.emory.mathcs.csparsej.tfloat.Scs_counts' Java class
Scs_counts
edu.emory.mathcs.csparsej.tfloat

Class Scs_counts



  • public class Scs_counts
    extends java.lang.Object
    Column counts for Cholesky and QR.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_counts() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int[] cs_counts(Scs_common.Scs A, int[] parent, int[] post, boolean ata)
      Column counts of LL'=A or LL'=A'A, given parent & postordering
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Scs_counts

        public Scs_counts()
    • Method Detail

      • cs_counts

        public static int[] cs_counts(Scs_common.Scs A,
                                      int[] parent,
                                      int[] post,
                                      boolean ata)
        Column counts of LL'=A or LL'=A'A, given parent & postordering
        Parameters:
        A - column-compressed matrix
        parent - elimination tree of A
        post - postordering of parent
        ata - analyze A if false, A'A otherwise
        Returns:
        column counts of LL'=A or LL'=A'A, null on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.