aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_debug.h')
-rw-r--r--include/gensvm_debug.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/gensvm_debug.h b/include/gensvm_debug.h
new file mode 100644
index 0000000..1cab4ca
--- /dev/null
+++ b/include/gensvm_debug.h
@@ -0,0 +1,20 @@
+
+/**
+ * @file gensvm_debug.h
+ * @author Gertjan van den Burg
+ * @date May, 2016
+ * @brief Header for useful debug functions
+ *
+ * @details
+ * Contains defines useful for debugging.
+ *
+ */
+
+#ifndef GENSVM_DEBUG_H
+#define GENSVM_DEBUG_H
+
+#include "gensvm_print.h"
+
+void print_matrix(double *M, long rows, long cols);
+
+#endif