FTQuant  0.1
PartialDiffEq.cpp
Go to the documentation of this file.
1 
9 #include "ftqlib.hpp"
10 
11 template <typename T>
13  const std::function<double(double)>& payoff, double absolute_error) {
14  return 0;
15 }
double calculate_price(const std::function< double(double)> &payoff, double absolute_error)
The main header file for the FTQlib library.