![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Compute the integral of the single variable function f from a to b to within a specified relative tolerance.
a and b can be finite or infinite.
| T | Type of f |
| f | the function to be integrated | |
| a | lower limit of integration | |
| b | upper limit of integration | |
| relative_tolerance | tolerance passed to Boost quadrature | |
| [in,out] | msgs | the print stream for warning messages |
| args | additional arguments passed to f |
Definition at line 175 of file integrate_1d.hpp.