|
SpECTRE
v2026.04.01
|
A wrapper around the GSL adaptive integration procedures. More...
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:
the integration should look like: