Searched defs:streaming_observer (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/numeric/odeint/examples/multiprecision/ |
D | lorenz_mp.cpp | 49 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/ |
D | lorenz_gmpxx.cpp | 48 struct streaming_observer struct 52 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument 55 void operator()( const State &x , Time t ) const in operator ()()
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | fpu.cpp | 107 struct streaming_observer struct 114 streaming_observer( std::ostream &out , const fpu &f , size_t write_every = 100 ) in streaming_observer() argument 118 void operator()( const State &x , double t ) in operator ()()
|
D | stuart_landau.cpp | 56 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
|
D | harmonic_oscillator_units.cpp | 72 struct streaming_observer struct 76 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() argument 78 struct write_element 91 void operator()( const State &x , const Time &t ) const in operator ()()
|
D | heun.cpp | 138 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
|
D | solar_system.cpp | 121 struct streaming_observer struct 125 streaming_observer( std::ostream &out ) : m_out( out ) { } in streaming_observer() function 128 void operator()( const State &x , double t ) const in operator ()()
|
D | stochastic_euler.cpp | 124 struct streaming_observer struct 144 x , 0.0 , 10.0 , dt , streaming_observer() ); in main() argument
|