![]() |
Stan Math Library
5.3.0
Automatic Differentiation
|
|
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.