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

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

Completed in 42 milliseconds