30 #ifndef GENSVM_DEBUG_H 31 #define GENSVM_DEBUG_H void gensvm_print_sparse(struct GenSparse *A)
Print a sparse matrix.
Header file for gensvm_sparse.c.
void gensvm_print_matrix(double *M, long rows, long cols)
Print a dense matrix.
Header file for gensvm_print.c.
A structure to represent a sparse matrix in CSR format.