Searched refs:lorenz_with_lyap (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/numeric/odeint/examples/ |
D | chaotic_system.cpp | 58 void lorenz_with_lyap( const state_type &x , state_type &dxdt , double t ) in lorenz_with_lyap() function 105 t = integrate_n_steps( rk4 , lorenz_with_lyap , x , t , dt , 100 ); in main()
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | tutorial_chaotic_system.qbk | 66 void lorenz_with_lyap( const state_type &x , state_type &dxdt , double t ) 82 The problem of '''lorenz()''' and '''lorenz_with_lyap()''' having different state types may be solv… 96 void lorenz_with_lyap( const state_type &x , state_type &dxdt , double t ) 103 This works fine and `lorenz_with_lyap` can be used for example via 109 integrate_n_steps( rk4 , lorenz_with_lyap , x , 0.0 , 0.01 , 1000 );
|