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.h1563 IndexType super_c ; /* column index of the column to absorb into */ in detect_super_cols() local
1604 for (super_c = first_col ; super_c != COLAMD_EMPTY ; in detect_super_cols()
1605 super_c = Col [super_c].shared4.hash_next) in detect_super_cols()
1607 COLAMD_ASSERT (COL_IS_ALIVE (super_c)) ; in detect_super_cols()
1608 COLAMD_ASSERT (Col [super_c].shared3.hash == hash) ; in detect_super_cols()
1609 length = Col [super_c].length ; in detect_super_cols()
1612 prev_c = super_c ; in detect_super_cols()
1616 for (c = Col [super_c].shared4.hash_next ; in detect_super_cols()
1619 COLAMD_ASSERT (c != super_c) ; in detect_super_cols()
1625 Col [c].shared2.score != Col [super_c].shared2.score) in detect_super_cols()
[all …]