int verbose(const char *msg,...)
Provide a wrapper for printf, called verbose that functions exactly like printf if VERBOSE is defined...
Definition verbose.h:44
void count(const Eigen::SparseMatrix< XType > &X, const int dim, Eigen::SparseVector< SType > &S)
Count the number of non-zeros in the columns or rows of a sparse matrix.