GslFunctionAdapter.hpp
Go to the documentation of this file.
Definition: cadHoliday.cpp:3
static double call(double x, void *params)
Method called by the GSL algorithm.
Definition: GslFunctionAdapter.hpp:39
Class implements adapter for gsl_function.
Definition: GslFunctionAdapter.hpp:25
const F & functor_
F must be a functor. double operator()(double) will be used by GSL algorithm.
Definition: GslFunctionAdapter.hpp:43
GslFunctionAdapter(const F &functor)
Constructor.
Definition: GslFunctionAdapter.hpp:32