integration::GslQuadAdaptive< TheIntegralType > Class Template Reference
A wrapper around the GSL adaptive integration procedures.
More...
Detailed Description
template<GslIntegralType TheIntegralType>
class integration::GslQuadAdaptive< TheIntegralType >
A wrapper around the GSL adaptive integration procedures.
All templates take upper bounds to the absolute and relative error; tolerance_abs and tolerance_rel(default = 0.0), respectively. To compute to a specified absolute error, set tolerance_rel to zero. To compute to a specified relative error, set tolerance_abs to zero. For details on the algorithm see the GSL documentation on gsl_integration.
Here is an example how to use this class. For the function: