aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_simplex.h
blob: 9bb40b14c6032fe3f9b784e9996886eabfecc0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * @file gensvm_simplex.h
 * @author Gertjan van den Burg
 * @date May, 2016
 * @brief Header file for gensvm_simplex.c
 *
 */

#ifndef GENSVM_SIMPLEX_H
#define GENSVM_SIMPLEX_H

// includes
#include "globals.h"

// forward declarations
void gensvm_simplex(long K, double *U);

#endif