aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_simplex.h
blob: d774afa22a2c4352c36a19ed5c7d1fd6496b51bf (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 "gensvm_globals.h"

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

#endif