Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_algorithm.hpp117 struct do_insertion struct
119 stage_vector_base &m_base;
120 const coef_a_type &m_a;
121 const coef_c_type &m_c;
123 do_insertion( stage_vector_base &base , const coef_a_type &a , const coef_c_type &c ) in do_insertion() argument
127 void operator()( Index ) const in operator ()()