Lines Matching refs:next_col
730 IndexType next_col ; /* Used to add to degree list.*/ in init_scoring() local
897 next_col = head [score] ; in init_scoring()
899 Col [c].shared4.degree_next = next_col ; in init_scoring()
903 if (next_col != COLAMD_EMPTY) in init_scoring()
905 Col [next_col].shared3.prev = c ; in init_scoring()
982 IndexType next_col ; /* Used by Dlist operations. */ in find_ordering() local
1013 next_col = Col [pivot_col].shared4.degree_next ; in find_ordering()
1014 head [min_score] = next_col ; in find_ordering()
1015 if (next_col != COLAMD_EMPTY) in find_ordering()
1017 Col [next_col].shared3.prev = COLAMD_EMPTY ; in find_ordering()
1172 next_col = Col [col].shared4.degree_next ; in find_ordering()
1178 head [cur_score] = next_col ; in find_ordering()
1182 Col [prev_col].shared4.degree_next = next_col ; in find_ordering()
1184 if (next_col != COLAMD_EMPTY) in find_ordering()
1186 Col [next_col].shared3.prev = prev_col ; in find_ordering()
1395 next_col = head [cur_score] ; in find_ordering()
1396 Col [col].shared4.degree_next = next_col ; in find_ordering()
1398 if (next_col != COLAMD_EMPTY) in find_ordering()
1400 Col [next_col].shared3.prev = col ; in find_ordering()