aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_debug.h
blob: 361e8855f064b5e4180dbbf86e9da40e12815f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * @file gensvm_debug.h
 * @author Gertjan van den Burg
 * @date May, 2016
 * @brief Header file for gensvm_debug.c
 *
 * @details
 * Contains defines useful for debugging.
 *
 */

#ifndef GENSVM_DEBUG_H
#define GENSVM_DEBUG_H

#include "gensvm_print.h"

void gensvm_print_matrix(double *M, long rows, long cols);

#endif