/third_party/boost/libs/numeric/odeint/test/regression/ |
D | regression_168.cpp | 60 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/ |
D | harmonic_oscillator_units.cpp | 45 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/ |
D | is_resizeable.cpp | 102 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()
|
D | resize.cpp | 93 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()
|
D | fusion_algebra.cpp | 55 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;
|
D | range_algebra.cpp | 134 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()
|
D | stepper_with_units.cpp | 63 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;
|
D | velocity_verlet.cpp | 56 typedef units::quantity< si::velocity , value_type > velocity_type; typedef 59 typedef fusion::vector< velocity_type , velocity_type > velocity_vector;
|
D | boost_units_helpers.hpp | 34 typedef boost::units::quantity< boost::units::si::velocity , value_type > velocity_type; typedef
|
D | default_operations.cpp | 109 typedef units::quantity< si::velocity , value_type > velocity_type; typedef 131 velocity_type d1x;
|
D | symplectic_steppers.cpp | 358 typedef boost::fusion::vector< velocity_type > mom_type;
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | velocity_verlet.hpp | 64 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/ |
D | tutorial_special_topics.qbk | 123 typedef units::quantity< si::velocity , double > velocity_type; 125 typedef runge_kutta4< length_type , double , velocity_type , time_type ,
|