Home
last modified time | relevance | path

Searched refs:velocity_type (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/numeric/odeint/test/regression/
Dregression_168.cpp60 typedef units::quantity< si::velocity , double > velocity_type; typedef
64 typedef fusion::vector< length_type , velocity_type > state_type;
65 typedef fusion::vector< velocity_type , acceleration_type > deriv_type;
/third_party/boost/libs/numeric/odeint/examples/
Dharmonic_oscillator_units.cpp45 typedef units::quantity< si::velocity , double > velocity_type; typedef
49 typedef fusion::vector< length_type , velocity_type > state_type;
50 typedef fusion::vector< velocity_type , acceleration_type > deriv_type;
/third_party/boost/libs/numeric/odeint/test/
Dis_resizeable.cpp102 typedef units::quantity< si::velocity , value_type > velocity_type; in BOOST_AUTO_TEST_CASE() typedef
103 typedef boost::fusion::vector< length_type , velocity_type > state_type; in BOOST_AUTO_TEST_CASE()
Dresize.cpp93 typedef units::quantity< si::velocity , value_type > velocity_type; in BOOST_AUTO_TEST_CASE() typedef
94 typedef boost::fusion::vector< length_type , velocity_type > state_type; in BOOST_AUTO_TEST_CASE()
Dfusion_algebra.cpp55 typedef units::quantity< si::velocity , value_type > velocity_type; typedef
57 typedef fusion::vector< length_type , velocity_type > state_type;
58 typedef fusion::vector< velocity_type , acceleration_type > deriv_type;
Drange_algebra.cpp134 typedef units::quantity< si::velocity , double > velocity_type; in BOOST_AUTO_TEST_CASE() typedef
136 …boost::array< velocity_type , 2 > x2 = {{ 2.0 * si::meter / si::seconds , 2.0 * si::meter / si::se… in BOOST_AUTO_TEST_CASE()
Dstepper_with_units.cpp63 typedef units::quantity< si::velocity , value_type > velocity_type; typedef
65 typedef fusion::vector< length_type , velocity_type > state_type;
66 typedef fusion::vector< velocity_type , acceleration_type > deriv_type;
Dvelocity_verlet.cpp56 typedef units::quantity< si::velocity , value_type > velocity_type; typedef
59 typedef fusion::vector< velocity_type , velocity_type > velocity_vector;
Dboost_units_helpers.hpp34 typedef boost::units::quantity< boost::units::si::velocity , value_type > velocity_type; typedef
Ddefault_operations.cpp109 typedef units::quantity< si::velocity , value_type > velocity_type; typedef
131 velocity_type d1x;
Dsymplectic_steppers.cpp358 typedef boost::fusion::vector< velocity_type > mom_type;
/third_party/boost/boost/numeric/odeint/stepper/
Dvelocity_verlet.hpp64 typedef Velocity velocity_type; typedef in boost::numeric::odeint::velocity_verlet
66 typedef std::pair< coor_type , velocity_type > state_type;
67 typedef std::pair< velocity_type , acceleration_type > deriv_type;
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_special_topics.qbk123 typedef units::quantity< si::velocity , double > velocity_type;
125 typedef runge_kutta4< length_type , double , velocity_type , time_type ,