![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
Class template default_step_adjusterBoost , Chapter 1. Boost.Numeric.Odeint , Header <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp>
|
![]() |
Home | Libraries | People | FAQ | More |
boost::numeric::odeint::default_step_adjuster
// In header: <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp> template<typename Value, typename Time> class default_step_adjuster { public: // types typedef Time time_type; typedef Value value_type; // construct/copy/destruct default_step_adjuster(const time_type = static_cast< time_type >(0)); // public member functions time_type decrease_step(time_type, const value_type, const int) const; time_type increase_step(time_type, value_type, const int) const; bool check_step_size_limit(const time_type); time_type get_max_dt(); };
Статья Class template default_step_adjuster раздела Chapter 1. Boost.Numeric.Odeint Header <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp> может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Header <boost/numeric/odeint/stepper/controlled_runge_kutta.hpp> ::
реклама |