numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
ode Directory Reference

Directory of solvers of ordinary differential equations (ODE).

More...

Directory dependency graph for ode:

Directories

 
avf
 Directory of average vector field (AVF) method.
 
concepts
 Directory of C++ concepts.
 
impl
 Directory of internal implementations.
 
rosenbrock
 Directory of Rosenbrock method.
 
runge_kutta
 Directory of Runge-Kutta method.
 
symplectic
 Directory of symplectic integration.

Files

 
basic_step_size_controller.h
 Definition of basic_step_size_controller class.
 
embedded_solver.h
 Definition of embedded_solver class.
 
error_tolerances.h
 Definition of error_tolerances class.
 
evaluation_type.h
 Definition of evaluation_type enumeration.
 
formula_base.h
 Definition of formula_base class.
 
implicit_problem_wrapper.h
 Definition of classes to wrap implicit problems to use as explicit problems.
 
inexact_newton_slope_equation_solver.h
 Definition of inexact_newton_slope_equation_solver class.
 
inexact_newton_update_equation_solver.h
 Definition of inexact_newton_update_equation_solver class.
 
initial_step_size_calculator.h
 Definition of initial_step_size_calculator class.
 
non_embedded_formula_wrapper.h
 Definition of non_embedded_formula_wrapper class.
 
pi_step_size_controller.h
 Definition of pi_step_size_controller class.
 
simple_solver.h
 Definition of simple_solver class.
 
solver_base.h
 Definition of solver_base class.
 
step_size_controller_base.h
 Definition of step_size_controller_base class.
 
step_size_limits.h
 Definition of step_size_limits class.

Detailed Description

Directory of solvers of ordinary differential equations (ODE).