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 139 StorageIndex stats [COLAMD_STATS];
Eigen_Colamd.h 63 #define COLAMD_STATS 20
211 static IndexType init_rows_cols (IndexType n_row, IndexType n_col, Colamd_Row<IndexType> Row [], colamd_col<IndexType> col [], IndexType A [], IndexType p [], IndexType stats[COLAMD_STATS] );
322 static bool colamd(IndexType n_row, IndexType n_col, IndexType Alen, IndexType *A, IndexType *p, double knobs[COLAMD_KNOBS], IndexType stats[COLAMD_STATS])
347 for (i = 0 ; i < COLAMD_STATS ; i++)
492 IndexType stats [COLAMD_STATS] /* colamd statistics */
    [all...]

Completed in 1793 milliseconds