35 problem<T> &&
requires(T& obj,
const T& const_obj) {
36 typename T::jacobian_type;
38 requires requires(
typename T::variable_type& var,
39 const typename T::jacobian_type& coeff) {
40 var = var + coeff * var;
43 requires T::allowed_evaluations.allows(
44 evaluation_type{.jacobian =
true});
Concept of constant references.
Concept of problems of differentiable ordinary differential equations.
Concept of problems of ordinary differential equations.
Definition of const_reference_of concept.
Definition of evaluation_type enumeration.
Namespace of C++ concepts.
Definition of problem concept.