81 variable(1) * variable(1);
82 diff_coeff_(1) = variable(0) - variable(1) - variable(1) * variable(1);
115 no_jacobian_implicit_kaps_problem>);
117 no_jacobian_implicit_kaps_problem>);
Class of Kaps' problem kennedy2003 without Jacobian matrix.
Eigen::Vector2d variable_type
Type of variables.
void evaluate_on(double, const variable_type &variable, num_collect::ode::evaluation_type)
Evaluate on a (time, variable) pair.
variable_type diff_coeff_
Differential coefficient.
double epsilon_
Parameter.
Eigen::Matrix2d mass_type
Type of mass.
static constexpr auto allowed_evaluations
Allowed evaluations.
no_jacobian_implicit_kaps_problem(double epsilon)
Constructor.
auto mass() const noexcept -> const mass_type &
Get the mass.
double scalar_type
Type of scalars.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
Concept of problems of ordinary differential equations with mass.
Concept of problems of multi-variate ordinary differential equations.
Definition of evaluation_type enumeration.
Definition of mass_problem concept.
Definition of multi_variate_problem concept.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.