Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h972 IndexType head_column ; /* head of hash bucket */ in find_ordering() local
1304 head_column = head [hash] ; in find_ordering()
1305 if (head_column > COLAMD_EMPTY) in find_ordering()
1309 first_col = Col [head_column].shared3.headhash ; in find_ordering()
1310 Col [head_column].shared3.headhash = col ; in find_ordering()
1315 first_col = - (head_column + 2) ; in find_ordering()
1571 IndexType head_column ; /* first column in hash bucket or degree list */ in detect_super_cols() local
1592 head_column = head [hash] ; in detect_super_cols()
1593 if (head_column > COLAMD_EMPTY) in detect_super_cols()
1595 first_col = Col [head_column].shared3.headhash ; in detect_super_cols()
[all …]