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

Class Scs_leaf



  • public class Scs_leaf
    extends java.lang.Object
    Setermine if j is a leaf of the skeleton matrix and find lowest common ancestor (lca).
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_leaf() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int cs_leaf(int i, int j, int[] first, int first_offset, int[] maxfirst, int maxfirst_offset, int[] prevleaf, int prevleaf_offset, int[] ancestor, int ancestor_offset, int[] jleaf)
      Setermines if j is a leaf of the skeleton matrix and find lowest common ancestor (lca).
      • Methods inherited from class java.lang.Object

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

      • Scs_leaf

        public Scs_leaf()
    • Method Detail

      • cs_leaf

        public static int cs_leaf(int i,
                                  int j,
                                  int[] first,
                                  int first_offset,
                                  int[] maxfirst,
                                  int maxfirst_offset,
                                  int[] prevleaf,
                                  int prevleaf_offset,
                                  int[] ancestor,
                                  int ancestor_offset,
                                  int[] jleaf)
        Setermines if j is a leaf of the skeleton matrix and find lowest common ancestor (lca).
        Parameters:
        i -
        j -
        first -
        first_offset -
        maxfirst -
        maxfirst_offset -
        prevleaf -
        prevleaf_offset -
        ancestor -
        ancestor_offset -
        jleaf -
        Returns:
        lca(jprev,j)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.