35template <concepts::formula BaseFormula>
81 formula_.step(time, step_size, current, estimate);
98 step(time, step_size, current, rough_estimate);
102 step(time, half_step_size, current, half_estimate);
103 step(time, half_step_size, half_estimate, estimate);
104 error = rough_estimate - estimate;
133template <
typename Formula>
Class of tags of logs without memory management.
Class of solvers of ODEs using embedded formulas.
Definition of embedded_solver class.
Definition of index_type type.
Definition of log_tag_view class.
std::ptrdiff_t index_type
Type of indices in this library.
constexpr T half
Value 0.5.
Namespace of solvers of ordinary differential equations (ODE).