--- pkg/Matrix/src/Csparse.c 2016/02/25 09:58:12 3161 +++ pkg/Matrix/src/Csparse.c 2016/09/27 13:23:32 3192 @@ -152,8 +152,8 @@ * to numeric (CHOLMOD_REAL) ones {and we "revert" via chm_dense_to_SEXP()}: */ CHM_DN chxd = cholmod_sparse_to_dense(chxs, &c); /* FIXME: The above FAILS for prod(dim(.)) > INT_MAX - /* TODO: use cholmod_l_* but also the 'cl' global ==> many changes in chm_common.[ch] - * + * ---- + * TODO: use cholmod_l_* but also the 'cl' global ==> many changes in chm_common.[ch] * >>>>>>>>>>> TODO <<<<<<<<<<<< * CHM_DN chxd = cholmod_l_sparse_to_dense(chxs, &cl); */ // ^^^ important when prod(dim(.)) > INT_MAX