aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_simplex.h')
-rw-r--r--include/gensvm_simplex.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/gensvm_simplex.h b/include/gensvm_simplex.h
new file mode 100644
index 0000000..9bb40b1
--- /dev/null
+++ b/include/gensvm_simplex.h
@@ -0,0 +1,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