Searched defs:sys_func (Results 1 – 5 of 5) sorted by relevance
| /third_party/boost/libs/numeric/odeint/examples/openmp/ |
| D | lorenz_ensemble_nested.cpp | 33 struct sys_func { struct 35 sys_func( vector<double> &R ) : R(R) {} in sys_func() function 37 void operator()( const state_type &x , state_type &dxdt , double t ) const { in operator ()()
|
| D | lorenz_ensemble_simple.cpp | 30 struct sys_func { struct 32 sys_func( const vector_type &_R ) : R( _R ) { } in sys_func() argument 34 void operator()( const state_type &x , state_type &dxdt , double t ) const { in operator ()()
|
| D | lorenz_ensemble.cpp | 34 struct sys_func { struct 36 sys_func( vector<double> &R ) : R(R) {} in sys_func() argument 38 void operator()( const state_type &x , state_type &dxdt , double t ) const { in operator ()()
|
| /third_party/boost/libs/numeric/odeint/examples/vexcl/ |
| D | lorenz_ensemble.cpp | 32 struct sys_func struct 36 sys_func( const vector_type &_R ) : R( _R ) { } in sys_func() function 38 void operator()( const state_type &x , state_type &dxdt , double t ) const in operator ()()
|
| /third_party/boost/libs/numeric/odeint/test_external/vexcl/ |
| D | lorenz.cpp | 43 struct sys_func struct 47 sys_func( const vector_type &_R ) : R( _R ) { } in sys_func() argument 49 void operator()( const state_type &x , state_type &dxdt , double t ) const in operator ()()
|