/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/generation/ |
D | generation_runge_kutta_cash_karp54_classic.hpp | 34 struct get_controller< runge_kutta_cash_karp54_classic< State , Value , Deriv , Time , Algebra , Op… struct 36 …a_cash_karp54_classic< State , Value , Deriv , Time , Algebra , Operations , Resize > stepper_type; 37 typedef controlled_runge_kutta< stepper_type > type;
|
D | generation_runge_kutta_fehlberg78.hpp | 31 struct get_controller< runge_kutta_fehlberg78< State , Value , Deriv , Time , Algebra , Operations … struct 33 …unge_kutta_fehlberg78< State , Value , Deriv , Time , Algebra , Operations , Resize > stepper_type; 34 typedef controlled_runge_kutta< stepper_type > type;
|
D | generation_runge_kutta_cash_karp54.hpp | 32 struct get_controller< runge_kutta_cash_karp54< State , Value , Deriv , Time , Algebra , Operations… struct 34 …nge_kutta_cash_karp54< State , Value , Deriv , Time , Algebra , Operations , Resize > stepper_type; 35 typedef controlled_runge_kutta< stepper_type > type;
|
D | generation_runge_kutta_dopri5.hpp | 33 struct get_controller< runge_kutta_dopri5< State , Value , Deriv , Time , Algebra , Operations , Re… struct 35 …ef runge_kutta_dopri5< State , Value , Deriv , Time , Algebra , Operations , Resize > stepper_type; 36 typedef controlled_runge_kutta< stepper_type > type;
|
D | generation_controlled_adams_bashforth_moulton.hpp | 27 struct get_controller< adaptive_adams_bashforth_moulton< Steps, State , Value , Deriv , Time , Alge… struct 29 …ams_bashforth_moulton<Steps, State, Value, Deriv, Time, Algebra, Operations, Resizer> stepper_type; 30 typedef controlled_adams_bashforth_moulton< stepper_type > type;
|
D | generation_rosenbrock4.hpp | 32 struct get_controller< rosenbrock4< Value , Coefficients , Resize > > struct 34 typedef rosenbrock4< Value , Coefficients , Resize > stepper_type; 35 typedef rosenbrock4_controller< stepper_type > type;
|
D | make_controlled.hpp | 31 template< class Stepper > struct get_controller { }; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/ |
D | generation_functions.cpp | 49 struct get_controller< custom_stepper > struct 51 typedef custom_controller type;
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | ops.py | 5674 def get_controller(self, default): member in _DefaultStack 5867 def get_controller(self, default): member in _DefaultGraphStack
|