Home
last modified time | relevance | path

Searched refs:absolute_error_estimate (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/quadrature/detail/
Dooura_fourier_integrals_detail.hpp247 Real absolute_error_estimate = abs(I0-I1); in integrate() local
249 if (!isnan(I1) && absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
251 return {I0/omega, absolute_error_estimate/scale}; in integrate()
275 Real absolute_error_estimate = abs(I0-I1); in integrate() local
280 if (absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
282 return {I0/omega, absolute_error_estimate/scale}; in integrate()
482 Real absolute_error_estimate = std::numeric_limits<Real>::quiet_NaN(); in integrate() local
490 absolute_error_estimate = abs(I0-I1); in integrate()
492 if (!isnan(I1) && absolute_error_estimate <= rel_err_goal_*scale) { in integrate()
494 return {I0/omega, absolute_error_estimate/scale}; in integrate()
[all …]