42template <concepts::problem Problem,
43 concepts::rosenbrock_equation_solver EquationSolver =
47 Problem, EquationSolver> {
52 Problem, EquationSolver>;
194 problem(), time, step_size, current);
294template <concepts::problem Problem>
Class of tags of logs without memory management.
Class of solvers of ODEs using embedded formulas.
Definition of default_rosenbrock_equation_solver class.
Definition of embedded_solver class.
Definition of evaluation_type enumeration.
Definition of index_type type.
Definition of log_tag_view class.
std::ptrdiff_t index_type
Type of indices in this library.
Namespace of Rosenbrock method.
typename default_rosenbrock_equation_solver< Problem >::type default_rosenbrock_equation_solver_t
Default class to solve equations in Rosenbrock methods.
Definition of problem concept.
Definition of rosenbrock_equation_solver concept.
Struct to specify types of evaluations.