diff options
Diffstat (limited to 'include/gensvm_debug.h')
| -rw-r--r-- | include/gensvm_debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gensvm_debug.h b/include/gensvm_debug.h index 361e885..e0a7482 100644 --- a/include/gensvm_debug.h +++ b/include/gensvm_debug.h @@ -14,7 +14,9 @@ #define GENSVM_DEBUG_H #include "gensvm_print.h" +#include "gensvm_sparse.h" void gensvm_print_matrix(double *M, long rows, long cols); +void gensvm_print_sparse(struct GenSparse *A); #endif |
