Searched defs:rel_error (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/numeric/odeint/external/compute/ |
D | compute_operations.hpp | 159 struct rel_error { struct 160 const Fac1 m_eps_abs, m_eps_rel, m_a_x, m_a_dxdt; 162 rel_error(const Fac1 eps_abs, const Fac1 eps_rel, const Fac1 a_x, const Fac1 a_dxdt) in rel_error() argument 167 void operator()(State0 &s0, State1 &s1, State2 &s2) const { in operator ()()
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_operations.hpp | 205 struct rel_error struct 207 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; 209 rel_error( const Fac1 eps_abs , const Fac1 eps_rel , const Fac1 a_x , const Fac1 a_dxdt ) in rel_error() function 215 void operator()( Tuple t ) const in operator ()() 222 typedef void result_type;
|
/third_party/boost/libs/math/example/ |
D | numerical_derivative_example.cpp | 116 const double rel_error = (d - 0.74535599249992989880) / 0.74535599249992989880; in main() local 143 const double rel_error = (d - 0.74535599249992989880) / 0.74535599249992989880; in main() local
|
/third_party/boost/boost/numeric/odeint/stepper/generation/ |
D | make_dense_output.hpp | 69 typename Stepper::value_type rel_error , in make_dense_output() 83 typename Stepper::value_type rel_error , in make_dense_output()
|
D | make_controlled.hpp | 73 typename Stepper::value_type rel_error , in make_controlled() 87 typename Stepper::value_type rel_error , in make_controlled()
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | default_operations.hpp | 431 struct rel_error struct 433 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; 435 rel_error( Fac1 eps_abs , Fac1 eps_rel , Fac1 a_x , Fac1 a_dxdt ) in rel_error() function 440 void operator()( T3 &t3 , const T1 &t1 , const T2 &t2 ) const in operator ()() 446 typedef void result_type;
|
/third_party/boost/libs/math/include_private/boost/math/tools/ |
D | remez.hpp | 79 bool rel_error; member 180 bool rel_error; // If true optimise for relative not absolute error. member in boost::math::tools::remez_minimax
|