Home
last modified time | relevance | path

Searched refs:super_c (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h1570 Index super_c ; /* column index of the column to absorb into */ in detect_super_cols() local
1611 for (super_c = first_col ; super_c != COLAMD_EMPTY ; in detect_super_cols()
1612 super_c = Col [super_c].shared4.hash_next) in detect_super_cols()
1614 COLAMD_ASSERT (COL_IS_ALIVE (super_c)) ; in detect_super_cols()
1615 COLAMD_ASSERT (Col [super_c].shared3.hash == hash) ; in detect_super_cols()
1616 length = Col [super_c].length ; in detect_super_cols()
1619 prev_c = super_c ; in detect_super_cols()
1623 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols()
1626 COLAMD_ASSERT (c != super_c) ; in detect_super_cols()
1632 Col [c].shared2.score != Col [super_c].shared2.score) in detect_super_cols()
[all …]