/third_party/boost/boost/numeric/odeint/util/ |
D | resizer.hpp | 51 bool adjust_size( const State &x , ResizeFunction f ) in adjust_size() function 67 bool adjust_size( const State &x , ResizeFunction f ) in adjust_size() function 82 bool adjust_size( const State &/*x*/ , ResizeFunction /*f*/ ) in adjust_size() function
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | controlled_runge_kutta.hpp | 340 …m_xnew_resizer.adjust_size( x , detail::bind( &controlled_runge_kutta::template resize_m_xnew_impl… in try_step() 381 …m_dxdt_resizer.adjust_size( in , detail::bind( &controlled_runge_kutta::template resize_m_dxdt_imp… in try_step() 422 …m_xerr_resizer.adjust_size( in , detail::bind( &controlled_runge_kutta::template resize_m_xerr_imp… in try_step() 448 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::controlled_runge_kutta 453 m_stepper.adjust_size( x ); in adjust_size() 481 …m_dxdt_resizer.adjust_size( x , detail::bind( &controlled_runge_kutta::template resize_m_dxdt_impl… in try_step_v1() 681 …if( m_dxdt_resizer.adjust_size( in , detail::bind( &controlled_runge_kutta::template resize_m_dxdt… in try_step() 716 …m_xnew_resizer.adjust_size( x , detail::bind( &controlled_runge_kutta::template resize_m_xnew_impl… in try_step() 717 …m_dxdt_new_resizer.adjust_size( x , detail::bind( &controlled_runge_kutta::template resize_m_dxdt_… in try_step() 764 …m_xerr_resizer.adjust_size( in , detail::bind( &controlled_runge_kutta::template resize_m_xerr_imp… in try_step() [all …]
|
D | adams_bashforth_moulton.hpp | 131 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::adams_bashforth_moulton 133 m_adams_bashforth.adjust_size( x ); in adjust_size() 134 m_adams_moulton.adjust_size( x ); in adjust_size() 167 …m_resizer.adjust_size( x , detail::bind( &stepper_type::template resize_impl< StateInOut > , detai… in do_step_impl1() 182 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl< StateInOut > , deta… in do_step_impl2()
|
D | modified_midpoint.hpp | 84 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl< StateIn > , detail:… in do_step_impl() 129 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::modified_midpoint 132 stepper_base_type::adjust_size( x ); in adjust_size() 207 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize< StateIn > , detail::ref(… in do_step() 269 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::modified_midpoint_dense_out
|
D | adaptive_adams_bashforth_moulton.hpp | 89 …m_xnew_resizer.adjust_size( inOut , detail::bind( &stepper_type::template resize_xnew_impl< state_… in do_step() 104 …m_xnew_resizer.adjust_size( inOut , detail::bind( &stepper_type::template resize_xnew_impl< state_… in do_step() 131 …m_dxdt_resizer.adjust_size( inOut , detail::bind( &stepper_type::template resize_dxdt_impl< state_… in initialize() 171 …m_xerr_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_xerr_impl< state_typ… in do_step_impl() 172 …m_dxdt_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_dxdt_impl< state_typ… in do_step_impl()
|
D | rosenbrock4_dense_output.hpp | 70 …m_resizer.adjust_size( x0 , detail::bind( &dense_output_stepper_type::template resize_impl< StateT… in initialize() 114 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::rosenbrock4_dense_output 117 stepper.adjust_size( x ); in adjust_size()
|
D | velocity_verlet.hpp | 130 void adjust_size( const StateIn & x ) in adjust_size() function in boost::numeric::odeint::velocity_verlet 152 m_resizer.adjust_size( ain , in initialize() 163 m_resizer.adjust_size( qin , in initialize() 198 if( m_resizer.adjust_size( qinout , in do_step_v1()
|
D | explicit_generic_rk.hpp | 149 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl< StateIn > , detail:… in do_step_impl() 156 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::explicit_generic_rk 159 stepper_base_type::adjust_size( x ); in adjust_size()
|
D | explicit_error_generic_rk.hpp | 132 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl< StateIn > , detail:… in do_step_impl() 140 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::explicit_error_generic_rk 143 stepper_base_type::adjust_size( x ); in adjust_size()
|
D | runge_kutta4_classic.hpp | 94 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl< StateIn > , detail:… in do_step_impl() 141 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::runge_kutta4_classic 144 stepper_base_type::adjust_size( x ); in adjust_size()
|
D | extrapolation_stepper.hpp | 175 m_resizer.adjust_size( in do_step_impl() 194 m_xout_resizer.adjust_size( in do_step_impl_io() 218 template < class StateIn > void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::extrapolation_stepper 221 m_midpoint.adjust_size( x ); in adjust_size()
|
D | bulirsch_stoer.hpp | 155 …m_xnew_resizer.adjust_size( x , detail::bind( &controlled_error_bs_type::template resize_m_xnew< S… in try_step() 174 …m_dxdt_resizer.adjust_size( in , detail::bind( &controlled_error_bs_type::template resize_m_dxdt< … in try_step() 201 …if( m_resizer.adjust_size( in , detail::bind( &controlled_error_bs_type::template resize_impl< Sta… in try_step() 353 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::bulirsch_stoer 358 m_midpoint.adjust_size( x ); in adjust_size() 391 …m_dxdt_resizer.adjust_size( x , detail::bind( &controlled_error_bs_type::template resize_m_dxdt< S… in try_step_v1()
|
D | controlled_adams_bashforth_moulton.hpp | 181 …m_dxdt_resizer.adjust_size( inOut , detail::bind( &controlled_stepper_type::template resize_dxdt_i… in initialize_controlled() 209 …m_xnew_resizer.adjust_size( inOut , detail::bind( &controlled_stepper_type::template resize_xnew_i… in try_step() 224 …m_xerr_resizer.adjust_size( in , detail::bind( &controlled_stepper_type::template resize_xerr_impl… in try_step() 225 …m_dxdt_resizer.adjust_size( in , detail::bind( &controlled_stepper_type::template resize_dxdt_impl… in try_step()
|
D | dense_output_runge_kutta.hpp | 108 …m_resizer.adjust_size( x0 , detail::bind( &dense_output_stepper_type::template resize_impl< StateT… in initialize() 169 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::dense_output_runge_kutta 316 …m_resizer.adjust_size( x0 , detail::bind( &dense_output_stepper_type::template resize< StateType >… in initialize() 379 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::dense_output_runge_kutta
|
D | rosenbrock4_controller.hpp | 102 …m_xnew_resizer.adjust_size( x , detail::bind( &controller_type::template resize_m_xnew< state_type… in try_step() 130 …m_xerr_resizer.adjust_size( x , detail::bind( &controller_type::template resize_m_xerr< state_type… in try_step() 182 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::rosenbrock4_controller
|
D | euler.hpp | 95 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::euler 97 stepper_base_type::adjust_size( x ); in adjust_size()
|
D | adams_bashforth.hpp | 177 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::adams_bashforth 198 …m_resizer.adjust_size( x , detail::bind( &stepper_type::template resize_impl<StateIn> , detail::re… in initialize() 237 …if( m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl<StateIn> , detai… in do_step_impl()
|
D | implicit_euler.hpp | 83 …m_resizer.adjust_size( x , detail::bind( &stepper_type::template resize_impl<state_type> , detail:… in do_step() 123 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::implicit_euler
|
D | runge_kutta_cash_karp54_classic.hpp | 148 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl<StateIn> , detail::r… in do_step_impl() 183 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::runge_kutta_cash_karp54_classic 186 stepper_base_type::adjust_size( x ); in adjust_size()
|
D | adams_moulton.hpp | 150 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::adams_moulton 169 …m_resizer.adjust_size( in , detail::bind( &stepper_type::template resize_impl<StateIn> , detail::r… in do_step_impl()
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | explicit_error_stepper_base.hpp | 182 …m_resizer.adjust_size( in , detail::bind( &internal_stepper_base_type::template resize_impl<StateI… in do_step() 261 …m_resizer.adjust_size( in , detail::bind( &internal_stepper_base_type::template resize_impl<StateI… in do_step() 279 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::explicit_error_stepper_base 292 …m_resizer.adjust_size( x , detail::bind( &internal_stepper_base_type::template resize_impl<StateIn… in do_step_v1() 301 …m_resizer.adjust_size( x , detail::bind( &internal_stepper_base_type::template resize_impl<StateIn… in do_step_v5()
|
D | explicit_error_stepper_fsal_base.hpp | 180 …if( m_resizer.adjust_size( in , detail::bind( &internal_stepper_base_type::template resize_impl< S… in do_step() 254 …if( m_resizer.adjust_size( in , detail::bind( &internal_stepper_base_type::template resize_impl< S… in do_step() 276 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::explicit_error_stepper_fsal_base 313 …if( m_resizer.adjust_size( x , detail::bind( &internal_stepper_base_type::template resize_impl< St… in do_step_v1() 323 …if( m_resizer.adjust_size( x , detail::bind( &internal_stepper_base_type::template resize_impl< St… in do_step_v5()
|
D | explicit_stepper_base.hpp | 165 …m_resizer.adjust_size( in , detail::bind( &internal_stepper_base_type::template resize_impl<StateI… in do_step() 199 void adjust_size( const StateIn &x ) in adjust_size() function in boost::numeric::odeint::explicit_stepper_base 228 …m_resizer.adjust_size( x , detail::bind( &internal_stepper_base_type::template resize_impl< StateI… in do_step_v1()
|
D | symplectic_rkn_stepper_base.hpp | 169 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::symplectic_nystroem_stepper_base 208 …m_dqdt_resizer.adjust_size( coor_in , detail::bind( &internal_stepper_base_type::template resize_d… in do_step_impl() 209 …m_dpdt_resizer.adjust_size( momentum_in , detail::bind( &internal_stepper_base_type::template resi… in do_step_impl() 261 …m_dpdt_resizer.adjust_size( momentum_in , detail::bind( &internal_stepper_base_type::template resi… in do_step_impl()
|
/third_party/boost/boost/numeric/odeint/external/mtl4/ |
D | implicit_euler_mtl4.hpp | 78 m_resizer.adjust_size( x , detail::bind( in do_step() 109 void adjust_size( const StateType &x ) in adjust_size() function in boost::numeric::odeint::implicit_euler_mtl4
|