Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/odeint/algebra/
Ddefault_operations.hpp433 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; member
436 : m_eps_abs( eps_abs ) , m_eps_rel( eps_rel ) , m_a_x( a_x ) , m_a_dxdt( a_dxdt ) { } in rel_error()
443 …set_unit_value( t3 , abs( get_unit_value( t3 ) ) / ( m_eps_abs + m_eps_rel * ( m_a_x * abs( get_un… in operator ()()
460 const Fac1 m_eps_abs , m_eps_rel ; member
463 : m_eps_abs( eps_abs ) , m_eps_rel( eps_rel ) { } in default_rel_error()
475 …set_unit_value( t3 , abs( get_unit_value( t3 ) ) / ( m_eps_abs + m_eps_rel * max BOOST_PREVENT_MAC… in operator ()()
505 const Fac1 m_eps_abs , m_eps_rel; member
508 : m_eps_abs( eps_abs ) , m_eps_rel( eps_rel ) in rel_error_max()
516 …Res tmp = abs( get_unit_value( x_err ) ) / ( m_eps_abs + m_eps_rel * max BOOST_PREVENT_MACRO_SUBST… in operator ()()
525 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; member
[all …]
/third_party/boost/boost/numeric/odeint/external/compute/
Dcompute_operations.hpp160 const Fac1 m_eps_abs, m_eps_rel, m_a_x, m_a_dxdt; member
163 : m_eps_abs(eps_abs), m_eps_rel(eps_rel), m_a_x(a_x), m_a_dxdt(a_dxdt) { } in rel_error()
188 … (m_eps_abs + m_eps_rel * (m_a_x * abs(get<1>(_1) + m_a_dxdt * abs(get<2>(_1))))) in operator ()()
/third_party/boost/boost/numeric/odeint/external/thrust/
Dthrust_operations.hpp207 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; member
210 : m_eps_abs( eps_abs ) , m_eps_rel( eps_rel ) , m_a_x( a_x ) , m_a_dxdt( a_dxdt ) { } in rel_error()
219 …( m_eps_abs + m_eps_rel * ( m_a_x * abs( thrust::get< 1 >( t ) + m_a_dxdt * abs( thrust::get< 2 >(… in operator ()()
/third_party/boost/boost/numeric/odeint/stepper/
Dcontrolled_runge_kutta.hpp69 : m_eps_abs( eps_abs ) , m_eps_rel( eps_rel ) , m_a_x( a_x ) , m_a_dxdt( a_dxdt ) in default_error_checker()
85 …typename operations_type::template rel_error< value_type >( m_eps_abs , m_eps_rel , m_a_x , m_a_dx… in error()
95 value_type m_eps_rel; member in boost::numeric::odeint::default_error_checker