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

/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h105 #define COLAMD_EMPTY (-1) macro
524 Col [col].shared3.prev = COLAMD_EMPTY ;
525 Col [col].shared4.degree_next = COLAMD_EMPTY ;
873 head [c] = COLAMD_EMPTY ;
894 COLAMD_ASSERT (head [score] >= COLAMD_EMPTY) ;
898 Col [c].shared3.prev = COLAMD_EMPTY ;
903 if (next_col != COLAMD_EMPTY)
1004 COLAMD_ASSERT (head [min_score] >= COLAMD_EMPTY) ;
1007 while (min_score < n_col && head [min_score] == COLAMD_EMPTY)
1015 if (next_col != COLAMD_EMPTY)
[all...]

Completed in 853 milliseconds