Home
last modified time | relevance | path

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

/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
55 void operator()( const State &x , Time t ) const in operator ()()
/third_party/boost/libs/numeric/odeint/examples/
Dfpu.cpp107 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 ()()
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
78 struct write_element
91 void operator()( const State &x , const Time &t ) const in operator ()()
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() function
128 void operator()( const State &x , double t ) const in operator ()()
Dstochastic_euler.cpp124 struct streaming_observer struct
144 x , 0.0 , 10.0 , dt , streaming_observer() ); in main() argument