a21 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
a32 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
a43 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
b1 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
b2 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
b3 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
b4 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
base_type typedef | num_collect::ode::runge_kutta::rk4_formula< Problem > | |
c1 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
c2 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
c3 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
c4 | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
coeff(T val) -> scalar_type | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inlineprotectedstatic |
coeff(T1 num, T2 den) -> scalar_type | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inlineprotectedstatic |
derived() noexcept -> rk4_formula< Problem > & | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inlineprotected |
derived() const noexcept -> const rk4_formula< Problem > & | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inlineprotected |
formula_base(const problem_type &problem=problem_type()) | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inlineexplicit |
k1_ | num_collect::ode::runge_kutta::rk4_formula< Problem > | private |
k2_ | num_collect::ode::runge_kutta::rk4_formula< Problem > | private |
k3_ | num_collect::ode::runge_kutta::rk4_formula< Problem > | private |
k4_ | num_collect::ode::runge_kutta::rk4_formula< Problem > | private |
log_tag | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
order | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
problem() -> problem_type & | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inline |
problem() const -> const problem_type & | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | inline |
problem_ | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | private |
problem_type typedef | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | |
scalar_type typedef | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | |
stages | num_collect::ode::runge_kutta::rk4_formula< Problem > | static |
step(scalar_type time, scalar_type step_size, const variable_type ¤t, variable_type &estimate) | num_collect::ode::runge_kutta::rk4_formula< Problem > | inline |
variable_type typedef | num_collect::ode::formula_base< rk4_formula< Problem >, Problem > | |