Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/
Dgeneric_rk_algorithm.hpp135 struct print_butcher struct
137 const stage_vector_base &m_base;
138 std::ostream &m_os;
140 print_butcher( const stage_vector_base &base , std::ostream &os ) in print_butcher() function
145 void operator()(Index) const { in operator ()()