Automatic Differentiation
 
Loading...
Searching...
No Matches
integrate_1d_double_exponential.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename F , typename T_a , typename T_b , typename... Args, require_any_st_fvar< T_a, T_b, Args... > * = nullptr>
return_type_t< T_a, T_b, Args... > stan::math::integrate_1d_double_exponential_tol (const F &f, const T_a &a, const T_b &b, double relative_tolerance, double absolute_tolerance, int max_refinements, std::ostream *msgs, const Args &... args)
 Return the integral of f from a to b using adaptive double-exponential quadrature, with tangents computed via finite differences over the integrand parameters.
 
template<typename F , typename T_a , typename T_b , typename... Args, require_any_st_var< T_a, T_b, Args... > * = nullptr>
return_type_t< T_a, T_b, Args... > stan::math::integrate_1d_double_exponential (const F &f, const T_a &a, const T_b &b, std::ostream *msgs, const Args &... args)
 Compute the integral of the single variable function f from a to b using adaptive double-exponential quadrature.