HomeSort by relevance Sort by last modified time
    Searched refs:knobs (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 135 double knobs [COLAMD_KNOBS]; local
137 internal::colamd_set_defaults(knobs);
143 Index info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats);
Eigen_Colamd.h 63 /* size of the knobs [ ] array. Only knobs [0..1] are currently used. */
69 /* knobs [0] and stats [0]: dense row knob and output statistic. */
72 /* knobs [1] and stats [1]: dense column knob and output statistic. */
221 static void init_scoring (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index head [], double knobs[COLAMD_KNOBS], Index *p_n_row2, Index *p_n_col2, Index *p_max_deg);
275 * Colamd: rows with more than (knobs [COLAMD_DENSE_ROW] * n_col)
277 * (knobs [COLAMD_DENSE_COL] * n_row) entries are removed prior to
281 * respectively, in colamd.h. Default values of these two knobs
282 * are both 0.5. Currently, only knobs [0] and knobs [1] ar
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 140 the \texttt{btrecord} utility provides you with two controlling knobs:

Completed in 74 milliseconds