Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/odeint/test/regression/
Dregression_168.cpp68 struct oscillator struct
72 oscillator( const frequency_type &omega = 1.0 * si::hertz ) : m_omega( omega ) { } in oscillator() argument
88 …integrate_const( make_dense_output( 1.0e-6 , 1.0e-6 , stepper_type() ) , oscillator( 2.0 * si::her… in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/libs/numeric/odeint/examples/
Dharmonic_oscillator_units.cpp56 struct oscillator struct
60 oscillator( const frequency_type &omega = 1.0 * si::hertz ) : m_omega( omega ) { } in oscillator() argument
62 void operator()( const state_type &x , deriv_type &dxdt , time_type t ) const in operator ()()
/third_party/boost/libs/numeric/odeint/test/
Dstepper_with_units.cpp68 void oscillator( const state_type &x , deriv_type &dxdt , time_type t ) in oscillator() function