Searched refs:COLAMD_KNOBS (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 64 #define COLAMD_KNOBS 20 macro 221 …[], colamd_col<Index> Col [], Index A [], Index head [], double knobs[COLAMD_KNOBS], Index *p_n_ro… 293 static inline void colamd_set_defaults(double knobs[COLAMD_KNOBS]) in colamd_set_defaults() argument 303 for (i = 0 ; i < COLAMD_KNOBS ; i++) in colamd_set_defaults() 329 …ndex n_row, Index n_col, Index Alen, Index *A, Index *p, double knobs[COLAMD_KNOBS], Index stats[C… in colamd() argument 344 double default_knobs [COLAMD_KNOBS] ; /* default knobs array */ in colamd() 715 double knobs [COLAMD_KNOBS],/* parameters */ in init_scoring()
|
D | Ordering.h | 135 double knobs [COLAMD_KNOBS]; in operator()
|