Searched defs:min_score (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h735 Index min_score ; /* smallest column score */ local
882 min_score = n_col ;
891 c, Col [c].shared2.score, min_score, n_col)) ;
897 COLAMD_ASSERT (min_score >= 0) ;
898 COLAMD_ASSERT (min_score <= n_col) ;
917 min_score = COLAMD_MIN (min_score, score) ;
984 Index min_score ; /* smallest column score */ local
997 min_score = 0 ;
1009 COLAMD_ASSERT (min_score >
[all...]

Completed in 59 milliseconds