Home
last modified time | relevance | path

Searched defs:stepper_category (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/numeric/odeint/util/
Dstepper_traits.hpp44 struct stepper_category struct
46 typedef typename boost::numeric::odeint::unwrap_reference< Stepper >::type stepper_type;
47 typedef typename stepper_type::stepper_category type;
/third_party/boost/boost/numeric/odeint/integrate/
Dintegrate_n_steps.hpp48 typedef typename stepper_type::stepper_category stepper_category; in integrate_n_steps() typedef
70 typedef typename stepper_type::stepper_category stepper_category; in integrate_n_steps() typedef
89 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_n_steps() typedef
105 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_n_steps() typedef
Dintegrate_const.hpp44 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const() typedef
77 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const() typedef
108 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const() typedef
122 typedef typename odeint::unwrap_reference<Stepper>::type::stepper_category stepper_category; in integrate_const() typedef
Dintegrate_times.hpp49 typedef typename stepper_type::stepper_category stepper_category; in integrate_times() typedef
73 typedef typename stepper_type::stepper_category stepper_category; in integrate_times() typedef
127 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_times() typedef
144 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_times() typedef
Dintegrate_adaptive.hpp41 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive() typedef
65 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive() typedef
/third_party/boost/libs/numeric/odeint/test/
Ddummy_steppers.hpp36 typedef stepper_tag stepper_category; typedef
53 typedef dense_output_stepper_tag stepper_category; typedef
105 typedef controlled_stepper_tag stepper_category; typedef
Dintegrate_stepper_refs.cpp58 typedef stepper_tag stepper_category; typedef in simple_stepper_nc
80 typedef controlled_stepper_tag stepper_category; typedef in controlled_stepper_nc
103 typedef dense_output_stepper_tag stepper_category; typedef in dense_out_stepper_nc
/third_party/boost/boost/numeric/odeint/iterator/integrate/
Dintegrate_const.hpp47 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_const() typedef
75 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_const() typedef
Dintegrate_adaptive.hpp41 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive() typedef
65 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_adaptive() typedef
Dintegrate_n_steps.hpp43 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_n_steps() typedef
59 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_n_steps() typedef
Dintegrate_times.hpp43 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_times() typedef
59 typedef typename odeint::unwrap_reference< Stepper >::type::stepper_category stepper_category; in integrate_times() typedef
/third_party/boost/libs/numeric/odeint/examples/
Dstochastic_euler.cpp80 typedef boost::numeric::odeint::stepper_tag stepper_category; typedef in stochastic_euler
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dimplicit_euler_mtl4.hpp56 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::implicit_euler_mtl4
/third_party/boost/boost/numeric/odeint/stepper/
Dimplicit_euler.hpp65 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::implicit_euler
Ddense_output_runge_kutta.hpp82 typedef dense_output_stepper_tag stepper_category; typedef in boost::numeric::odeint::dense_output_runge_kutta
300 typedef dense_output_stepper_tag stepper_category; typedef in boost::numeric::odeint::dense_output_runge_kutta
Drosenbrock4_dense_output.hpp53 typedef dense_output_stepper_tag stepper_category; typedef in boost::numeric::odeint::rosenbrock4_dense_output
Drosenbrock4_controller.hpp54 typedef controlled_stepper_tag stepper_category; typedef in boost::numeric::odeint::rosenbrock4_controller
Dadams_moulton.hpp79 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::adams_moulton
Dadams_bashforth_moulton.hpp74 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::adams_bashforth_moulton
Dadams_bashforth.hpp101 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::adams_bashforth
Dadaptive_adams_bashforth_moulton.hpp72 typedef error_stepper_tag stepper_category; typedef in boost::numeric::odeint::adaptive_adams_bashforth_moulton
Dcontrolled_runge_kutta.hpp231 typedef explicit_controlled_stepper_tag stepper_category; typedef in boost::numeric::odeint::controlled_runge_kutta
570 typedef explicit_controlled_stepper_fsal_tag stepper_category; typedef in boost::numeric::odeint::controlled_runge_kutta
Dcontrolled_adams_bashforth_moulton.hpp148 typedef controlled_stepper_tag stepper_category; typedef in boost::numeric::odeint::controlled_adams_bashforth_moulton
Dvelocity_verlet.hpp73 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::velocity_verlet
/third_party/boost/boost/numeric/odeint/stepper/base/
Dexplicit_stepper_base.hpp78 typedef stepper_tag stepper_category; typedef in boost::numeric::odeint::explicit_stepper_base

12