Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h112 #define COLAMD_EMPTY (-1) macro
531 Col [col].shared3.prev = COLAMD_EMPTY ; in init_rows_cols()
532 Col [col].shared4.degree_next = COLAMD_EMPTY ; in init_rows_cols()
880 head [c] = COLAMD_EMPTY ; in init_scoring()
901 COLAMD_ASSERT (head [score] >= COLAMD_EMPTY) ; in init_scoring()
905 Col [c].shared3.prev = COLAMD_EMPTY ; in init_scoring()
910 if (next_col != COLAMD_EMPTY) in init_scoring()
1011 COLAMD_ASSERT (head [min_score] >= COLAMD_EMPTY) ; in find_ordering()
1014 while (head [min_score] == COLAMD_EMPTY && min_score < n_col) in find_ordering()
1022 if (next_col != COLAMD_EMPTY) in find_ordering()
[all …]