Searched refs:COLAMD_MIN (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 106 #define COLAMD_MIN(a,b) (((a) < (b)) ? (a) : (b)) macro 742 dense_row_count = COLAMD_MAX (0, COLAMD_MIN (knobs [COLAMD_DENSE_ROW] * n_col, n_col)) ; in init_scoring() 743 dense_col_count = COLAMD_MAX (0, COLAMD_MIN (knobs [COLAMD_DENSE_COL] * n_row, n_row)) ; in init_scoring() 845 score = COLAMD_MIN (score, n_col) ; in init_scoring() 917 min_score = COLAMD_MIN (min_score, score) ; in init_scoring() 1043 needed_memory = COLAMD_MIN (pivot_col_score, n_col - k) ; in find_ordering() 1276 cur_score = COLAMD_MIN (cur_score, n_col) ; in find_ordering() 1389 cur_score = COLAMD_MIN (cur_score, max_score) ; in find_ordering() 1412 min_score = COLAMD_MIN (min_score, cur_score) ; in find_ordering()
|