Public Member Functions | |
function (const F &f) | |
double | operator() (double x) const |
Private Attributes | |
F | f_ |
Definition at line 40 of file Integral.h.
funct::NumericalIntegral< Integrator, F, X >::function::function | ( | const F & | f | ) | [inline] |
Definition at line 41 of file Integral.h.
double funct::NumericalIntegral< Integrator, F, X >::function::operator() | ( | double | x | ) | const [inline] |
Definition at line 42 of file Integral.h.
References funct::NumericalIntegral< Integrator, F, X >::function::f_.
F funct::NumericalIntegral< Integrator, F, X >::function::f_ [private] |
Definition at line 46 of file Integral.h.
Referenced by funct::NumericalIntegral< Integrator, F, X >::function::operator()().