aboutsummaryrefslogtreecommitdiffstats
path: root/src/opti.hpp
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-04-15 14:21:04 +0200
committerBertrand <bertrand.horel@gmail.com>2016-04-15 14:21:04 +0200
commit745160f29da6ec55fa48863768bcc1305edd9314 (patch)
treeef6c04329d23b91e87ca41afbc159a3d827fdd37 /src/opti.hpp
parentb2ef5772372a85717f0eb5d79576fd035bf15adb (diff)
downloadprojet_C++-745160f29da6ec55fa48863768bcc1305edd9314.tar.gz
encore un peu de nettoyage
Diffstat (limited to 'src/opti.hpp')
-rw-r--r--src/opti.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/opti.hpp b/src/opti.hpp
index e12d544..5be65b3 100644
--- a/src/opti.hpp
+++ b/src/opti.hpp
@@ -1,11 +1,8 @@
#include <vector>
#include <nlopt.hpp>
#include <cmath>
-#include <algorithm>
#include <iostream>
-double pos (double x);
-
double f (const std::vector<double> &X, std::vector<double> &grad, void *params);
std::vector<double> argmax(double r, double T, double S0, double V, double K, int d);