Home
last modified time | relevance | path

Searched refs:streaming_observer (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/numeric/odeint/examples/
Dstuart_landau.cpp56 struct streaming_observer struct
60 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument
83 …( stepper_type() , stuart_landau( 2.0 , 1.0 ) , x , 0.0 , 10.0 , dt , streaming_observer( cout ) ); in main() argument
Dharmonic_oscillator_units.cpp72 struct streaming_observer struct
76 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument
117 … x , 0.0 * si::second , 100.0 * si::second , 0.1 * si::second , streaming_observer( cout ) ); in main()
Dheun.cpp138 struct streaming_observer struct
141 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument
165 streaming_observer( std::cout ) ); in main() argument
Dsolar_system.cpp121 struct streaming_observer struct
125 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument
190 0.0 , 200000.0 , dt , streaming_observer( cout ) ); in main()
Dfpu.cpp107 struct streaming_observer struct
114 streaming_observer( std::ostream &out , const fpu &f , size_t write_every = 100 ) in streaming_observer() argument
165 0.0 , 1000.0 , dt , streaming_observer( cout , fpu_instance , 10 ) ); in main()
Dstochastic_euler.cpp124 struct streaming_observer struct
144 x , 0.0 , 10.0 , dt , streaming_observer() ); in main() argument
/third_party/boost/libs/numeric/odeint/examples/multiprecision/
Dlorenz_mp.cpp49 struct streaming_observer struct
53 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument
77 streaming_observer( cout ) ); in main() argument
/third_party/boost/libs/numeric/odeint/examples/gmpxx/
Dlorenz_gmpxx.cpp48 struct streaming_observer struct
52 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument
79 streaming_observer( cout ) ); in main()
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_solar_system.qbk101 [streaming_observer]