Home
last modified time | relevance | path

Searched refs:order_type (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/numeric/odeint/test/
Dstepper_with_units.cpp83 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
Ddummy_steppers.hpp35 typedef unsigned short order_type; typedef
38 order_type order( void ) const { return 1; } in order()
Dintegrate_stepper_refs.cpp57 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
Drunge_kutta_error_concepts.cpp72 typedef typename stepper_type::order_type order_type; in check_error_stepper_concept() typedef
Drunge_kutta_concepts.cpp78 typedef typename stepper_type::order_type order_type; in check_stepper_concept() typedef
/third_party/boost/boost/numeric/odeint/stepper/base/
Dexplicit_error_stepper_base.hpp90 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()
Dexplicit_error_stepper_fsal_base.hpp91 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()
Dexplicit_stepper_base.hpp82 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()
Dsymplectic_rkn_stepper_base.hpp85 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/
Dadaptive_adams_bashforth_moulton.hpp57 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()
Dadams_moulton.hpp85 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()
Drosenbrock4.hpp59 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()
Dextrapolation_stepper.hpp109 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 =
Dadams_bashforth_moulton.hpp83 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()
Dvelocity_verlet.hpp75 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()
Dadams_bashforth.hpp115 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()
Dcontrolled_adams_bashforth_moulton.hpp135 static const typename stepper_type::order_type order_value = stepper_type::order_value;
/third_party/boost/libs/numeric/odeint/doc/concepts/
Derror_stepper.qbk59 * '''<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…
Dstepper.qbk50 * '''<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/
Dcheck_thrust.cu40 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/
Dio.hpp41 enum order_type { column_major, row_major}; enum
60 order_type order;
137 order_type value;
139 GLM_FUNC_DECL explicit order(order_type);
Dio.inl92 GLM_FUNC_QUALIFIER order::order(order_type a)
/third_party/boost/libs/numeric/odeint/examples/
Dstochastic_euler.cpp78 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/
Dadaptive_adams_coefficients.hpp51 typedef unsigned short order_type; typedef in boost::numeric::odeint::detail::adaptive_adams_coefficients
52 static const order_type order_value = steps;