numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver > Member List

This is the complete list of members for num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >, including all inherited members.

a21num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a31num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a32num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a41num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a42num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a43num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a51num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a52num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a53num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
a54num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
adnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
b1num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
b2num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
b3num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
b4num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
b5num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
base_type typedefnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >
c1num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
c2num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
c3num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
c4num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
c5num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
ce1num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
ce2num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
ce3num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
ce5num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
coeff(T val) -> scalar_typenum_collect::ode::formula_base< Derived, Problem >inlineprotectedstatic
coeff(T1 num, T2 den) -> scalar_typenum_collect::ode::formula_base< Derived, Problem >inlineprotectedstatic
cw1num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
cw2num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
cw3num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
cw4num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
cw5num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
derived() noexcept -> Derived &num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >inlineprotected
derived() const noexcept -> const Derived &num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >inlineprotected
formula_base(const problem_type &problem=problem_type())num_collect::ode::formula_base< Derived, Problem >inlineexplicit
formula_solver() -> formula_solver_type &num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >inlineprotected
formula_solver() const -> const formula_solver_type &num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >inlineprotected
formula_solver_num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >private
formula_solver_type typedefnum_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >
implicit_formula_base(const problem_type &problem=problem_type())num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >inlineexplicit
k1_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
k2_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
k3_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
k4_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
k5_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
lesser_ordernum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
log_tagnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
logger() const noexcept -> const num_collect::logging::logger &num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >inline
logger() noexcept -> num_collect::logging::logger &num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >inline
ordernum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
problem() -> problem_type &num_collect::ode::formula_base< Derived, Problem >inline
problem() const -> const problem_type &num_collect::ode::formula_base< Derived, Problem >inline
problem_num_collect::ode::formula_base< Derived, Problem >private
problem_type typedefnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >
scalar_type typedefnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >
stagesnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >static
step(scalar_type time, scalar_type step_size, const variable_type &current, variable_type &estimate)num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >inline
step_embedded(scalar_type time, scalar_type step_size, const variable_type &current, variable_type &estimate, variable_type &error)num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >inline
this_type typedefnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >
tolerances(const error_tolerances< variable_type > &val) -> Derived &num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >inline
variable_type typedefnum_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >
z1_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
z2_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
z3_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
z4_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private
z5_num_collect::ode::runge_kutta::sdirk4_formula< Problem, FormulaSolver >private