|
Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
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() const | hdnum::RungeKutta< M, S > | inline |
| get_state() const | hdnum::RungeKutta< M, S > | inline |
| get_time() const | hdnum::RungeKutta< M, S > | inline |
| number_type typedef | hdnum::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 typedef | hdnum::RungeKutta< M, S > | |
| step() | hdnum::RungeKutta< M, S > | inline |
| time_type typedef | hdnum::RungeKutta< M, S > |