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

Definition of non_embedded_formula_wrapper class. More...

+ Include dependency graph for non_embedded_formula_wrapper.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::non_embedded_formula_wrapper< BaseFormula >
 Wrapper class to use a non-embedded formula as an embedded formula. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::ode
 Namespace of solvers of ordinary differential equations (ODE).
 

Typedefs

template<typename Formula >
using num_collect::ode::non_embedded_auto_solver
 Class of solver with automatic step size using non-embedded formula.
 

Detailed Description

Definition of non_embedded_formula_wrapper class.

Definition in file non_embedded_formula_wrapper.h.