Class of test problem to pendulum movement.
double scalar_type
Type of scalars.
auto jacobian() const noexcept -> const jacobian_type &
Get the Jacobian.
jacobian_type jacobian_
Jacobian.
Eigen::Matrix2d jacobian_type
Type of Jacobian.
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 evaluations)
Evaluate on a (time, variable) pair.
auto diff_coeff() const noexcept -> const variable_type &
Get the differential coefficient.
Eigen::Vector2d variable_type
Type of variables.
Definition of evaluation_type enumeration.
Namespace of ordinary differential equation problems.
Struct to specify types of evaluations.