integrator< Integrand > Class Template Reference Class for integrating a function of type Integrand. More...
Detailed Descriptiontemplate<class Integrand>
|
|
inline |
Constructor.
in | The integrand function. |
|
inline |
Integrate over the integrand specified during construction.
a | Lower bound of the integration. |
b | Upper bound of the integration. |
epsabs | Absolute accuracy |
epsrel | Relative accuracy |