Class of test problem to spring movement.
Eigen::Vector2d variable_type
Type of variables.
jacobian_type jacobian_
Jacobian.
spring_movement_problem()
Constructor.
Eigen::Matrix2d jacobian_type
Type of Jacobian.
double scalar_type
Type of scalars.
variable_type diff_coeff_
Differential coefficient.
static constexpr auto allowed_evaluations
Allowed evaluations.
void evaluate_on(scalar_type, const variable_type &variable, num_collect::ode::evaluation_type)
Evaluate on a (time, variable) pair.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
auto jacobian() const noexcept -> const jacobian_type &
Get the Jacobian.
Definition of evaluation_type enumeration.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.