Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Return the integral of f from a to b to the given relative tolerance.
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 | |
[in,out] | msgs | the print stream for warning messages |
args | additional arguments to pass to f |
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 | |
[in,out] | msgs | the print stream for warning messages |
args | additional arguments to pass to f |
Definition at line 31 of file integrate_1d.hpp.