numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
rk4_formula.h File Reference

Definition of rk4_formula class. More...

+ Include dependency graph for rk4_formula.h:

Go to the source code of this file.

Classes

class  num_collect::ode::runge_kutta::rk4_formula< Problem >
 Class of Runge-Kutta 4 formula (classic Runge-Kutta method). More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::ode
 Namespace of solvers of ordinary differential equations (ODE).
 
namespace  num_collect::ode::runge_kutta
 Namespace of Runge-Kutta method.
 

Typedefs

template<concepts::problem Problem>
using num_collect::ode::runge_kutta::rk4_auto_solver = non_embedded_auto_solver<rk4_formula<Problem>>
 Class of solver using Runge-Kutta 4 formula (classic Runge-Kutta method) with automatic step sizes.
 
template<concepts::problem Problem>
using num_collect::ode::runge_kutta::rk4_solver = simple_solver<rk4_formula<Problem>>
 Class of solver using Runge-Kutta 4 formula (classic Runge-Kutta method).
 

Detailed Description

Definition of rk4_formula class.

Definition in file rk4_formula.h.