From 044dc5a93c33d7aa4c9c98a626890c16446a56fc Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 16 May 2016 18:47:09 +0200 Subject: major refactor of the code --- include/gensvm_debug.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 include/gensvm_debug.h (limited to 'include/gensvm_debug.h') 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 -- cgit v1.2.3