Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h120 #define COL_IS_ALIVE(c) (Col [c].start >= ALIVE) macro
881 if (COL_IS_ALIVE (c)) in init_scoring()
1020 COLAMD_ASSERT (COL_IS_ALIVE (pivot_col)) ; in find_ordering()
1081 if (col_thickness > 0 && COL_IS_ALIVE (col)) in find_ordering()
1160 COLAMD_ASSERT (COL_IS_ALIVE (col) && col != pivot_col) ; in find_ordering()
1240 COLAMD_ASSERT (COL_IS_ALIVE (col) && col != pivot_col) ; in find_ordering()
1322 COLAMD_ASSERT (COL_IS_ALIVE (col)) ; in find_ordering()
1607 COLAMD_ASSERT (COL_IS_ALIVE (super_c)) ; in detect_super_cols()
1620 COLAMD_ASSERT (COL_IS_ALIVE (c)) ; in detect_super_cols()
1724 if (COL_IS_ALIVE (c)) in garbage_collection()
[all …]