A binder for reducing an n-ary function to an n-1-ary function by integration over one variable. More...
#include <integrator.hpp>
Public Member Functions | |
IntegrationBinder (T const &func, double a, double b) | |
double | operator() (double x) const |
A binder for reducing an n-ary function to an n-1-ary function by integration over one variable.
Definition at line 325 of file integrator.hpp.
|
inline |
Definition at line 328 of file integrator.hpp.
|
inline |
Definition at line 330 of file integrator.hpp.