Home
last modified time | relevance | path

Searched refs:inv_time_vector (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dbulirsch_stoer.hpp84 typedef std::vector< inv_time_type > inv_time_vector; //should be 1/time_type for boost.units typedef in boost::numeric::odeint::bulirsch_stoer
214 inv_time_vector work( m_k_max+1 ); in try_step()
432 …controlled_step_result set_k_opt( size_t k , const inv_time_vector &work , const time_vector &h_op… in set_k_opt()
Dbulirsch_stoer_dense_out.hpp87 typedef std::vector< inv_time_type > inv_time_vector; //should be 1/time_type for boost.units typedef in boost::numeric::odeint::bulirsch_stoer_dense_out
178 inv_time_vector work( m_k_max+1 ); in try_step()