Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/thrust/
Dlorenz_parameters.cu96 struct lorenz_perturbation_system struct
120 lorenz_perturbation_system( size_t N , const state_type &beta ) in lorenz_perturbation_system() argument
124 void operator()( const State &x , Deriv &dxdt , value_type t ) const in operator ()()
164 size_t m_N;
165 const state_type &m_beta;