Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ INTEGRATE_1D_DOUBLE_EXPONENTIAL_MAX_REFINEMENTS

constexpr int stan::math::INTEGRATE_1D_DOUBLE_EXPONENTIAL_MAX_REFINEMENTS = 15
constexpr

Default maximum refinement count used by integrate_1d_double_exponential when the user does not pass one explicitly.

Matches Boost's tanh_sinh default (Boost's exp_sinh/sinh_sinh default is 9; we use 15 here for symmetry with integrate_1d_gauss_kronrod's max_depth = 15 and because tanh_sinh is by far the most-dispatched branch).

Definition at line 26 of file integrate_1d_double_exponential.hpp.