Home
last modified time | relevance | path

Searched refs:push_back_time (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dintegrate_overflow.cpp54 struct push_back_time struct
58 push_back_time( std::vector< double > &times ) in push_back_time() argument
89 0.0, 10.0, 1.0, push_back_time(times), max_step_checker()), in BOOST_AUTO_TEST_CASE()
93 0.0, 10.0, 1.0, push_back_time(times), max_step_checker(10)), in BOOST_AUTO_TEST_CASE()
101 0.0, 10.0, 1.0, push_back_time(times), max_step_checker()), in BOOST_AUTO_TEST_CASE()
105 0.0, 10.0, 1.0, push_back_time(times), max_step_checker(10)), in BOOST_AUTO_TEST_CASE()
125 0.0, 1.0, 10, push_back_time(times), max_step_checker()), in BOOST_AUTO_TEST_CASE()
129 0.0, 1.0, 10, push_back_time(times), max_step_checker(10)), in BOOST_AUTO_TEST_CASE()
134 …steps(make_dense_output<stepper_type>(1E-5, 1E-5), lorenz, x, 0.0, 1.0, 10, push_back_time(times)); in BOOST_AUTO_TEST_CASE()
137 0.0, 1.0, 10, push_back_time(times), max_step_checker()), in BOOST_AUTO_TEST_CASE()
[all …]
Dintegrate_times.cpp63 struct push_back_time struct
67 push_back_time( std::vector< double > &times ) in push_back_time() function
92 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE() argument
104 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
116 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
129 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
139 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
161 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
171 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
181 dt , push_back_time( times ) ); in BOOST_AUTO_TEST_CASE()
[all …]
Dintegrate_implicit.cpp82 struct push_back_time struct
86 push_back_time( std::vector< double > &times ) in push_back_time() function
107 dt , push_back_time( times ) ); in operator ()() argument
132 dt , push_back_time( times ) ); in operator ()()
156 dt , push_back_time( times ) ); in operator ()()
179 …eps( Stepper() , std::make_pair( sys() , jacobi() ) , x , 0.0 , dt , n , push_back_time( times ) ); in operator ()()
Dintegrate_stepper_refs.cpp154 struct push_back_time struct
160 push_back_time( std::vector< double > &times , state_type &x ) in push_back_time() function
182 0.1, push_back_time( times , x_end ) ); in operator ()() argument
198 0.1, push_back_time( times , x_end ) ); in operator ()()
214 10 , push_back_time( times , x_end ) ); in operator ()()
231 push_back_time( times , x_end ) ); in operator ()()
Dintegrate.cpp84 struct push_back_time struct
90 push_back_time( std::vector< double > &times , state_type &x ) in push_back_time() argument
112 dt , push_back_time( times , x_end ) ); in operator ()() argument
147 dt , push_back_time( times , x_end ) ); in operator ()()
185 dt , push_back_time( times , x_end ) ); in operator ()()
214 …nd_time = integrate_n_steps( Stepper() , lorenz , x , 0.0 , dt , n , push_back_time( times , x_end… in operator ()()
Dstep_size_limitation.cpp46 struct push_back_time struct
50 push_back_time( std::vector< double > &times ) in push_back_time() argument
116 integrate_adaptive(stepper, damped_osc, x, 0.0, steps*max_dt, max_dt, push_back_time(times)); in test_explicit_stepper()
126 integrate_adaptive(stepper, damped_osc, x, 0.0, steps*max_dt, 10*max_dt, push_back_time(times)); in test_explicit_stepper()
224 x, 0.0, steps*max_dt, max_dt, push_back_time(times)); in test_rosenbrock_stepper()
236 x, 0.0, steps*max_dt, 10*max_dt, push_back_time(times)); in test_rosenbrock_stepper()