![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
|
inline |
Compute the integral of the single variable function f from a to b using adaptive double-exponential quadrature.
a and b can be finite or infinite.
| F | Type of f |
| T_a | type of first limit |
| T_b | type of second limit |
| Args | types of parameter pack arguments |
| f | the functor to integrate | |
| a | lower limit of integration | |
| b | upper limit of integration | |
| relative_tolerance | relative tolerance passed to Boost quadrature | |
| absolute_tolerance | absolute-error floor on the convergence test | |
| max_refinements | maximum refinement level passed to the Boost quadrature class constructor | |
| [in,out] | msgs | the print stream for warning messages |
| args | additional arguments to pass to f |
Definition at line 86 of file integrate_1d_double_exponential.hpp.