aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_debug.h
blob: 1cab4cadc4e874359aea2502e1e297135b62cc63 (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 print_matrix(double *M, long rows, long cols);

#endif