Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/base/
Dexplicit_error_stepper_base.hpp150 this->stepper().do_step_impl( system , x , dxdt , t , x , dt ); in do_step()
165 this->stepper().do_step_impl( system , x , dxdt , t , x , dt ); in do_step_dxdt_impl()
184 this->stepper().do_step_impl( system , in , m_dxdt.m_v , t , out , dt ); in do_step()
198 this->stepper().do_step_impl( system , in , dxdt , t , out , dt ); in do_step()
213 this->stepper().do_step_impl( system , in , dxdt , t , out , dt ); in do_step_dxdt_impl()
248 this->stepper().do_step_impl( system , x , dxdt , t , x , dt , xerr ); in do_step()
263 this->stepper().do_step_impl( system , in , m_dxdt.m_v , t , out , dt , xerr ); in do_step()
275 this->stepper().do_step_impl( system , in , dxdt , t , out , dt , xerr ); in do_step()
294 this->stepper().do_step_impl( system , x , m_dxdt.m_v , t , x , dt ); in do_step_v1()
303 this->stepper().do_step_impl( system , x , m_dxdt.m_v , t , x , dt , xerr ); in do_step_v5()
Dexplicit_error_stepper_fsal_base.hpp149 this->stepper().do_step_impl( system , x , dxdt , t , x , dxdt , dt ); in do_step()
164 this->stepper().do_step_impl( system , x , dxdt , t , x , dxdt , dt ); in do_step_dxdt_impl()
184 this->stepper().do_step_impl( system , in , m_dxdt.m_v , t , out , m_dxdt.m_v , dt ); in do_step()
199 this->stepper().do_step_impl( system, in, dxdt_in, t, out, dxdt_out, in do_step()
240 this->stepper().do_step_impl( system , x , dxdt , t , x , dxdt , dt , xerr ); in do_step()
258 this->stepper().do_step_impl( system , in , m_dxdt.m_v , t , out , m_dxdt.m_v , dt , xerr ); in do_step()
272 this->stepper().do_step_impl( system , in , dxdt_in , t , out , dxdt_out , dt , xerr ); in do_step()
317 this->stepper().do_step_impl( system , x , m_dxdt.m_v , t , x , m_dxdt.m_v , dt ); in do_step_v1()
327 this->stepper().do_step_impl( system , x , m_dxdt.m_v , t , x , m_dxdt.m_v , dt , xerr ); in do_step_v5()
Dexplicit_stepper_base.hpp137 this->stepper().do_step_impl( system , x , dxdt , t , x , dt ); in do_step()
152 this->stepper().do_step_impl( system , x , dxdt , t , x , dt ); in do_step_dxdt_impl()
167 this->stepper().do_step_impl( system , in , m_dxdt.m_v , t , out , dt ); in do_step()
179 this->stepper().do_step_impl( system , in , dxdt , t , out , dt ); in do_step()
195 this->stepper().do_step_impl( system , in , dxdt , t , out , dt ); in do_step_dxdt_impl()
230 this->stepper().do_step_impl( system , x , m_dxdt.m_v , t , x , dt ); in do_step_v1()
Dsymplectic_rkn_stepper_base.hpp111 do_step_impl( system , state , t , state , dt , typename is_pair< system_type >::type() ); in do_step()
122 do_step_impl( system , state , t , state , dt , typename is_pair< system_type >::type() ); in do_step()
164 do_step_impl( system , in , t , out , dt , typename is_pair< system_type >::type() ); in do_step()
185 …void do_step_impl( System system , const StateIn &in , time_type /* t */ , StateOut &out , time_ty… in do_step_impl() function in boost::numeric::odeint::symplectic_nystroem_stepper_base
239 …void do_step_impl( System system , const StateIn &in , time_type /* t */ , StateOut &out , time_t… in do_step_impl() function in boost::numeric::odeint::symplectic_nystroem_stepper_base
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dextrapolation_stepper.hpp141 void do_step_impl( System system, const StateIn &in, const DerivIn &dxdt, in do_step_impl() function in boost::numeric::odeint::extrapolation_stepper
146 do_step_impl( system, in, dxdt, t, out, dt ); in do_step_impl()
172 void do_step_impl( System system, const StateIn &in, const DerivIn &dxdt, in do_step_impl() function in boost::numeric::odeint::extrapolation_stepper
198 do_step_impl( system, inout, dxdt, t, m_xout.m_v, dt ); in do_step_impl_io()
214 do_step_impl( system , in , dxdt , t , out , dt ); in do_step_dxdt_impl()
Dadams_moulton.hpp138 do_step_impl( system , in , pred , t , out , dt , buf ); in do_step()
144 do_step_impl( system , in , pred , t , out , dt , buf ); in do_step()
166 …void do_step_impl( System system , const StateIn &in , const PredIn &pred , time_type t , StateOut… in do_step_impl() function in boost::numeric::odeint::adams_moulton
Dexplicit_error_generic_rk.hpp116 void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , in do_step_impl() function in boost::numeric::odeint::explicit_error_generic_rk
120 do_step_impl( system , in , dxdt , t , out , dt ); in do_step_impl()
129 void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , in do_step_impl() function in boost::numeric::odeint::explicit_error_generic_rk
Dadams_bashforth.hpp163 do_step_impl( system , in , t , out , dt ); in do_step()
172 do_step_impl( system , in , t , out , dt ); in do_step()
234 …void do_step_impl( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step_impl() function in boost::numeric::odeint::adams_bashforth
Drunge_kutta_cash_karp54_classic.hpp93 …void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOu… in do_step_impl() function in boost::numeric::odeint::runge_kutta_cash_karp54_classic
106 do_step_impl( system , in , dxdt , t , out , dt ); in do_step_impl()
117 …void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOu… in do_step_impl() function in boost::numeric::odeint::runge_kutta_cash_karp54_classic
Drunge_kutta_dopri5.hpp92 void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt_in , time_type t , in do_step_impl() function in boost::numeric::odeint::runge_kutta_dopri5
163 void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt_in , time_type t , in do_step_impl() function in boost::numeric::odeint::runge_kutta_dopri5
184 do_step_impl( system , in , dxdt_in , t , out , dxdt_out , dt ); in do_step_impl()
192 do_step_impl( system , in , dxdt_in , t , out , dxdt_out , dt ); in do_step_impl()
Dadaptive_adams_bashforth_moulton.hpp113 do_step_impl(system, in, t, out, dt, xerr); in do_step()
167 …void do_step_impl(System system, const state_type & in, time_type t, state_type & out, time_type &… in do_step_impl() function in boost::numeric::odeint::adaptive_adams_bashforth_moulton
Deuler.hpp79 …void do_step_impl( System /* system */ , const StateIn &in , const DerivIn &dxdt , time_type /* t … in do_step_impl() function in boost::numeric::odeint::euler
Dexplicit_generic_rk.hpp146 void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , in do_step_impl() function in boost::numeric::odeint::explicit_generic_rk
Drunge_kutta4_classic.hpp88 …void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOu… in do_step_impl() function in boost::numeric::odeint::runge_kutta4_classic
Dmodified_midpoint.hpp79 …void do_step_impl( System system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOu… in do_step_impl() function in boost::numeric::odeint::modified_midpoint
Dcontrolled_adams_bashforth_moulton.hpp227 m_stepper.do_step_impl(system, in, t, out, dt, m_xerr[2].m_v); in try_step()