aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_debug.h
blob: d95d0ebc395b1b2efed389679a87991db210e3bf (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 for useful debug functions
 *
 * @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