Home
last modified time | relevance | path

Searched refs:next_col (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h737 Index next_col ; /* Used to add to degree list.*/ in init_scoring() local
904 next_col = head [score] ; in init_scoring()
906 Col [c].shared4.degree_next = next_col ; in init_scoring()
910 if (next_col != COLAMD_EMPTY) in init_scoring()
912 Col [next_col].shared3.prev = c ; in init_scoring()
989 Index next_col ; /* Used by Dlist operations. */ in find_ordering() local
1020 next_col = Col [pivot_col].shared4.degree_next ; in find_ordering()
1021 head [min_score] = next_col ; in find_ordering()
1022 if (next_col != COLAMD_EMPTY) in find_ordering()
1024 Col [next_col].shared3.prev = COLAMD_EMPTY ; in find_ordering()
[all …]