aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_matrix.h
blob: 9982b7836b208a2d1a27c3dbd6e076ecedc54016 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * @file gensvm_matrix.h
 * @author Gertjan van den Burg
 * @date August, 2013
 * @brief Header with defines for matrix access
 *
 * @details
 * Contains defines useful for dealing with matrices.
 *
 */

#ifndef GENSVM_MATRIX_H
#define GENSVM_MATRIX_H


#endif