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

/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h977 Index cur_score ; /* score of current column */ local
1177 cur_score = Col [col].shared2.score ;
1180 COLAMD_ASSERT (cur_score >= 0) ;
1181 COLAMD_ASSERT (cur_score <= n_col) ;
1182 COLAMD_ASSERT (cur_score >= COLAMD_EMPTY) ;
1185 head [cur_score] = next_col ;
1249 cur_score = 0 ;
1274 cur_score += row_mark - tag_mark ;
1276 cur_score = COLAMD_MIN (cur_score, n_co
[all...]

Completed in 95 milliseconds