Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
hdnum::RungeKutta< M, S > Member List

This is the complete list of members for hdnum::RungeKutta< M, S >, including all inherited members.

check_explicit()hdnum::RungeKutta< M, S >inline
get_dt() consthdnum::RungeKutta< M, S >inline
get_state() consthdnum::RungeKutta< M, S >inline
get_time() consthdnum::RungeKutta< M, S >inline
number_type typedefhdnum::RungeKutta< M, S >
RungeKutta(const M &model_, DenseMatrix< number_type > A_, Vector< number_type > b_, Vector< number_type > c_)hdnum::RungeKutta< M, S >inline
RungeKutta(const M &model_, DenseMatrix< number_type > A_, Vector< number_type > b_, Vector< number_type > c_, number_type sigma_)hdnum::RungeKutta< M, S >inline
set_dt(time_type dt_)hdnum::RungeKutta< M, S >inline
set_state(time_type t_, const Vector< number_type > &u_)hdnum::RungeKutta< M, S >inline
set_verbosity(int verbosity_)hdnum::RungeKutta< M, S >inline
size_type typedefhdnum::RungeKutta< M, S >
step()hdnum::RungeKutta< M, S >inline
time_type typedefhdnum::RungeKutta< M, S >