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

Definition of implicit_formula_base class. More...

+ Include dependency graph for implicit_formula_base.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::ode::runge_kutta::implicit_formula_base< Derived, Problem, FormulaSolver >
 Class of formulas in 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.
 

Detailed Description

Definition of implicit_formula_base class.

Definition in file implicit_formula_base.h.