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

  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 136 Index stats [COLAMD_STATS];
Eigen_Colamd.h 67 #define COLAMD_STATS 20
218 static Index init_rows_cols (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> col [], Index A [], Index p [], Index stats[COLAMD_STATS] );
329 static bool colamd(Index n_row, Index n_col, Index Alen, Index *A, Index *p, double knobs[COLAMD_KNOBS], Index stats[COLAMD_STATS])
354 for (i = 0 ; i < COLAMD_STATS ; i++)
499 Index stats [COLAMD_STATS] /* colamd statistics */
    [all...]

Completed in 223 milliseconds