Home
last modified time | relevance | path

Searched defs:sys_functor (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/thrust/
Dphase_oscillator_ensemble.cu106 struct sys_functor struct in phase_oscillator_ensemble
108 value_type m_K , m_Theta , m_epsilon;
110 sys_functor( value_type K , value_type Theta , value_type epsilon ) in sys_functor() argument
115 void operator()( Tuple t ) in operator ()()
Dphase_oscillator_chain.cu64 struct sys_functor struct in phase_oscillators
68 void operator()( Tuple t ) // this functor works on tuples of values in operator ()()