Home | History | Annotate | Download | only in OrderingMethods

Lines Matching full:super_c

1570   Index super_c ;   /* column index of the column to absorb into */
1571 Index *cp1 ; /* column pointer for column super_c */
1573 Index length ; /* length of column super_c */
1611 for (super_c = first_col ; super_c != COLAMD_EMPTY ;
1612 super_c = Col [super_c].shared4.hash_next)
1614 COLAMD_ASSERT (COL_IS_ALIVE (super_c)) ;
1615 COLAMD_ASSERT (Col [super_c].shared3.hash == hash) ;
1616 length = Col [super_c].length ;
1619 prev_c = super_c ;
1621 /* === Compare super_c with all columns after it ================ */
1623 for (c = Col [super_c].shared4.hash_next ;
1626 COLAMD_ASSERT (c != super_c) ;
1632 Col [c].shared2.score != Col [super_c].shared2.score)
1639 cp1 = &A [Col [super_c].start] ;
1664 COLAMD_ASSERT (Col [c].shared2.score == Col [super_c].shared2.score) ;
1666 Col [super_c].shared1.thickness += Col [c].shared1.thickness ;
1667 Col [c].shared1.parent = super_c ;