/third_party/boost/libs/numeric/odeint/test/ |
D | stepper_with_units.cpp | 83 typedef typename stepper_type::order_type order_type; in check_stepper() typedef 115 typedef typename stepper_type::order_type order_type; in check_fsal_stepper() typedef 146 typedef typename stepper_type::order_type order_type; in check_error_stepper() typedef 177 typedef typename stepper_type::order_type order_type; in check_fsal_error_stepper() typedef
|
D | dummy_steppers.hpp | 35 typedef unsigned short order_type; typedef 38 order_type order( void ) const { return 1; } in order()
|
D | integrate_stepper_refs.cpp | 57 typedef size_t order_type; typedef in simple_stepper_nc 79 typedef size_t order_type; typedef in controlled_stepper_nc 102 typedef size_t order_type; typedef in dense_out_stepper_nc
|
D | runge_kutta_error_concepts.cpp | 72 typedef typename stepper_type::order_type order_type; in check_error_stepper_concept() typedef
|
D | runge_kutta_concepts.cpp | 78 typedef typename stepper_type::order_type order_type; in check_stepper_concept() typedef
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | explicit_error_stepper_base.hpp | 90 typedef unsigned short order_type; typedef in boost::numeric::odeint::explicit_error_stepper_base 91 static const order_type order_value = Order; 92 static const order_type stepper_order_value = StepperOrder; 93 static const order_type error_order_value = ErrorOrder; 100 order_type order( void ) const in order() 105 order_type stepper_order( void ) const in stepper_order() 110 order_type error_order( void ) const in error_order()
|
D | explicit_error_stepper_fsal_base.hpp | 91 typedef unsigned short order_type; typedef in boost::numeric::odeint::explicit_error_stepper_fsal_base 92 static const order_type order_value = Order; 93 static const order_type stepper_order_value = StepperOrder; 94 static const order_type error_order_value = ErrorOrder; 100 order_type order( void ) const in order() 105 order_type stepper_order( void ) const in stepper_order() 110 order_type error_order( void ) const in error_order()
|
D | explicit_stepper_base.hpp | 82 typedef unsigned short order_type; typedef in boost::numeric::odeint::explicit_stepper_base 90 static const order_type order_value = Order; 100 order_type order( void ) const in order()
|
D | symplectic_rkn_stepper_base.hpp | 85 typedef unsigned short order_type; typedef in boost::numeric::odeint::symplectic_nystroem_stepper_base 87 static const order_type order_value = Order; 97 order_type order( void ) const in order()
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adaptive_adams_bashforth_moulton.hpp | 57 typedef unsigned short order_type; typedef in boost::numeric::odeint::adaptive_adams_bashforth_moulton 58 static const order_type order_value = steps; 77 order_type order() const { return order_value; }; in order() 78 order_type stepper_order() const { return order_value + 1; }; in stepper_order() 79 order_type error_order() const { return order_value; }; in error_order()
|
D | adams_moulton.hpp | 85 typedef unsigned short order_type; typedef in boost::numeric::odeint::adams_moulton 86 static const order_type order_value = steps + 1; 108 order_type order( void ) const { return order_value; } in order()
|
D | rosenbrock4.hpp | 59 typedef unsigned short order_type; typedef 122 static const order_type stepper_order = 4; 123 static const order_type error_order = 3; 144 typedef unsigned short order_type; typedef in boost::numeric::odeint::rosenbrock4 153 const static order_type stepper_order = rosenbrock_coefficients::stepper_order; 154 const static order_type error_order = rosenbrock_coefficients::error_order; 166 order_type order() const { return stepper_order; } in order()
|
D | extrapolation_stepper.hpp | 109 typedef unsigned short order_type; typedef in boost::numeric::odeint::extrapolation_stepper 110 static const order_type order_value = stepper_base_type::order_value; 111 static const order_type stepper_order_value = 113 static const order_type error_order_value =
|
D | adams_bashforth_moulton.hpp | 83 typedef unsigned short order_type; typedef in boost::numeric::odeint::adams_bashforth_moulton 84 static const order_type order_value = steps; 97 order_type order( void ) const { return order_value; } in order()
|
D | velocity_verlet.hpp | 75 typedef unsigned short order_type; typedef in boost::numeric::odeint::velocity_verlet 77 static const order_type order_value = 1; 82 order_type order( void ) const in order()
|
D | adams_bashforth.hpp | 115 typedef unsigned short order_type; typedef in boost::numeric::odeint::adams_bashforth 116 static const order_type order_value = steps; 122 order_type order( void ) const { return order_value; } in order()
|
D | controlled_adams_bashforth_moulton.hpp | 135 static const typename stepper_type::order_type order_value = stepper_type::order_value;
|
/third_party/boost/libs/numeric/odeint/doc/concepts/ |
D | error_stepper.qbk | 59 * '''<para>'''[*order_type]'''</para>''' 60 '''<para>'''`Stepper::order_type`'''</para>''' 86 …[[Get the stepper order] [`stepper.order()`] [`order_type`] [Returns the order of the stepper for … 87 …[[Get the stepper order] [`stepper.stepper_order()`] [`order_type`] [Returns the order of the step… 88 …[[Get the error order] [`stepper.errorr_order()`] [`order_type`] [Returns the order of the error s…
|
D | stepper.qbk | 50 * '''<para>'''[*order_type]'''</para>''' 51 '''<para>'''`Stepper::order_type`'''</para>''' 75 [[Get the order] [`stepper.order()`] [`order_type`] [Returns the order of the stepper.]]
|
/third_party/boost/libs/numeric/odeint/test_external/thrust/ |
D | check_thrust.cu | 40 typedef typename stepper_type::order_type order_type; in check_stepper_concept() typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | io.hpp | 41 enum order_type { column_major, row_major}; enum 60 order_type order; 137 order_type value; 139 GLM_FUNC_DECL explicit order(order_type);
|
D | io.inl | 92 GLM_FUNC_QUALIFIER order::order(order_type a)
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | stochastic_euler.cpp | 78 typedef unsigned short order_type; typedef in stochastic_euler 82 static order_type order( void ) { return 1; } in order()
|
/third_party/boost/boost/numeric/odeint/stepper/detail/ |
D | adaptive_adams_coefficients.hpp | 51 typedef unsigned short order_type; typedef in boost::numeric::odeint::detail::adaptive_adams_coefficients 52 static const order_type order_value = steps;
|