Binds the first argument of a function of functor to a certain value. More...
#include <integrator.hpp>
Public Member Functions | |
| BindFirst (T const &func, double value) | |
| double | operator() (double x) const |
| double | operator() (double x1, double x2) const |
| double | operator() (double x1, double x2, double x3) const |
| double | operator() (double x1, double x2, double x3, double x4) const |
| operator double () const | |
Binds the first argument of a function of functor to a certain value.
| T | type of the object for which the first argument is to be bound |
Definition at line 75 of file integrator.hpp.
|
inline |
Definition at line 78 of file integrator.hpp.
|
inline |
Definition at line 85 of file integrator.hpp.
|
inline |
Definition at line 80 of file integrator.hpp.
|
inline |
Definition at line 81 of file integrator.hpp.
|
inline |
Definition at line 82 of file integrator.hpp.
|
inline |
Definition at line 83 of file integrator.hpp.