SpECTRE  v2024.04.12
integration::GslQuadAdaptive< GslIntegralType::LowerBoundaryInfinite > Class Reference

Integrates a 1D-function over the interval \( (-\infty, b] \). More...

#include <GslQuadAdaptive.hpp>

Public Member Functions

template<typename IntegrandType >
double operator() (IntegrandType &&integrand, const double upper_boundary, const double tolerance_abs, const double tolerance_rel=0.) const
 

Detailed Description

Integrates a 1D-function over the interval \( (-\infty, b] \).

The algorithm for "LowerBoundaryInfinite" maps the semi-open interval \( (0, 1] \) to a semi-infinite interval \( (-\infty, b] \), where \( b \) is given by upper_boundary.


The documentation for this class was generated from the following file: