Searched defs:constant_system (Results 1 – 6 of 6) sorted by relevance
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
D | trivial_state.cpp | 46 struct constant_system struct 49 void operator()( const T &x , T &dxdt , const T t ) const in operator ()()
|
D | resizing.cpp | 59 void constant_system( const test_array_type &x , test_array_type &dxdt , double t ) { dxdt[0] = 1.0… in constant_system() function
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test_external/mkl/ |
D | check_mkl.cpp | 28 void constant_system( state_type &x , state_type &dxdt , value_type t ) in constant_system() function
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test_external/thrust/ |
D | check_thrust.cu | 27 void constant_system( const state_type &x , state_type &dxdt , base_type t ) in constant_system() function
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test_external/gmp/ |
D | check_gmp.cpp | 73 void constant_system( const state_type &x , state_type &dxdt , value_type t ) in constant_system() function
|
D | gmp_integrate.cpp | 71 void constant_system( const state_type &x , state_type &dxdt , value_type t ) in constant_system() function
|