Searched refs:next_col (Results 1 – 1 of 1) sorted by relevance
730 IndexType next_col ; /* Used to add to degree list.*/ in init_scoring() local897 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() local1013 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()[all …]