Home
last modified time | relevance | path

Searched refs:adjust_size (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/boost/numeric/odeint/util/
Dresizer.hpp51 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/
Dcontrolled_runge_kutta.hpp340 …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 …]
Dadams_bashforth_moulton.hpp131 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()
Dmodified_midpoint.hpp84 …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
Dadaptive_adams_bashforth_moulton.hpp89 …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()
Drosenbrock4_dense_output.hpp70 …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()
Dvelocity_verlet.hpp130 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()
Dexplicit_generic_rk.hpp149 …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()
Dexplicit_error_generic_rk.hpp132 …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()
Drunge_kutta4_classic.hpp94 …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()
Dextrapolation_stepper.hpp175 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()
Dbulirsch_stoer.hpp155 …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()
Dcontrolled_adams_bashforth_moulton.hpp181 …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()
Ddense_output_runge_kutta.hpp108 …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
Drosenbrock4_controller.hpp102 …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
Deuler.hpp95 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()
Dadams_bashforth.hpp177 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()
Dimplicit_euler.hpp83 …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
Drunge_kutta_cash_karp54_classic.hpp148 …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()
Dadams_moulton.hpp150 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/
Dexplicit_error_stepper_base.hpp182 …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()
Dexplicit_error_stepper_fsal_base.hpp180 …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()
Dexplicit_stepper_base.hpp165 …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()
Dsymplectic_rkn_stepper_base.hpp169 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/
Dimplicit_euler_mtl4.hpp78 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

12