Searched refs:COLAMD_DEBUG1 (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 234 #define COLAMD_DEBUG1(params) ; macro 570 COLAMD_DEBUG1 (("colamd: row %d col %d unsorted/duplicate\n",row,col)); in init_rows_cols() 737 COLAMD_DEBUG1 (("colamd: densecount: %d %d\n", dense_row_count, dense_col_count)) ; in init_scoring() 756 COLAMD_DEBUG1 (("colamd: null columns killed: %d\n", n_col - n_col2)) ; in init_scoring() 783 COLAMD_DEBUG1 (("colamd: Dense and null columns killed: %d\n", n_col - n_col2)) ; in init_scoring() 803 COLAMD_DEBUG1 (("colamd: Dense and null rows killed: %d\n", n_row - n_row2)) ; in init_scoring() 859 COLAMD_DEBUG1 (("colamd: Dense, null, and newly-null columns killed: %d\n", in init_scoring() 992 COLAMD_DEBUG1 (("colamd: Ordering, n_col2=%d\n", n_col2)) ; in find_ordering()
|