Home
last modified time | relevance | path

Searched defs:rel_error (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/numeric/odeint/external/compute/
Dcompute_operations.hpp159 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/
Dthrust_operations.hpp205 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/
Dnumerical_derivative_example.cpp116 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/
Dmake_dense_output.hpp69 typename Stepper::value_type rel_error , in make_dense_output()
83 typename Stepper::value_type rel_error , in make_dense_output()
Dmake_controlled.hpp73 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/
Ddefault_operations.hpp431 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/
Dremez.hpp79 bool rel_error; member
180 bool rel_error; // If true optimise for relative not absolute error. member in boost::math::tools::remez_minimax