Home | History | Annotate | Download | only in OrderingMethods

Lines Matching refs:COLAMD_STATS

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 */