Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h60 #define COLAMD_KNOBS 20 macro
214 …ol<IndexType> Col [], IndexType A [], IndexType head [], double knobs[COLAMD_KNOBS], IndexType *p_…
286 static inline void colamd_set_defaults(double knobs[COLAMD_KNOBS]) in colamd_set_defaults() argument
296 for (i = 0 ; i < COLAMD_KNOBS ; i++) in colamd_set_defaults()
322 …xType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[COLAMD_KNOBS], IndexType sta… in colamd() argument
337 double default_knobs [COLAMD_KNOBS] ; /* default knobs array */ in colamd()
708 double knobs [COLAMD_KNOBS],/* parameters */ in init_scoring()
DOrdering.h138 double knobs [COLAMD_KNOBS]; in operator()