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

Definition of initial_step_size_calculator class. More...

+ Include dependency graph for initial_step_size_calculator.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::initial_step_size_calculator< Formula >
 Class to calculate initial step sizes [10]. More...
 

Namespaces

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

Variables

constexpr auto num_collect::ode::initial_step_size_calculator_log_tag
 Log tag.
 

Detailed Description

Definition of initial_step_size_calculator class.

Definition in file initial_step_size_calculator.h.