Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h241 #define COLAMD_DEBUG1(params) ; macro
577 COLAMD_DEBUG1 (("colamd: row %d col %d unsorted/duplicate\n",row,col)); in init_rows_cols()
744 COLAMD_DEBUG1 (("colamd: densecount: %d %d\n", dense_row_count, dense_col_count)) ; in init_scoring()
763 COLAMD_DEBUG1 (("colamd: null columns killed: %d\n", n_col - n_col2)) ; in init_scoring()
790 COLAMD_DEBUG1 (("colamd: Dense and null columns killed: %d\n", n_col - n_col2)) ; in init_scoring()
810 COLAMD_DEBUG1 (("colamd: Dense and null rows killed: %d\n", n_row - n_row2)) ; in init_scoring()
866 COLAMD_DEBUG1 (("colamd: Dense, null, and newly-null columns killed: %d\n", in init_scoring()
999 COLAMD_DEBUG1 (("colamd: Ordering, n_col2=%d\n", n_col2)) ; in find_ordering()