72 .diff_coeff =
true, .jacobian =
true, .mass =
true};
90 const double exp_x = std::exp(variable(1));
Eigen::Matrix2d jacobian_type
Type of Jacobian.
void evaluate_on(scalar_type, const variable_type &variable, num_collect::ode::evaluation_type evaluations)
Evaluate on a (time, variable) pair.
Eigen::Matrix2d mass_type
Type of mass.
changing_mass_quadratic_problem()
Constructor.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
Eigen::Vector2d variable_type
Type of variables.
static constexpr auto allowed_evaluations
Allowed evaluations.
auto mass() const noexcept -> const mass_type &
Get the mass.
variable_type diff_coeff_
Differential coefficient.
jacobian_type jacobian_
Jacobian.
auto jacobian() const noexcept -> const jacobian_type &
Get the Jacobian.
double scalar_type
Type of scalars.
Definition of evaluation_type enumeration.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.