Concept defining the requirements for a path-following strategy.
More...
#include <ikarus/utils/concepts.hh>
template<typename PathFollowingImpl, typename NonLinearOperator, typename SubsidiaryArgs>
{ pft(args) } -> std::same_as<void>;
{ pft.initialPrediction(nop, args) } -> std::same_as<void>;
{ pft.intermediatePrediction(nop, args) } -> std::same_as<void>;
}
Concept defining the requirements for a path-following strategy.
Definition: concepts.hh:186
- Template Parameters
-
PathFollowingImpl | Type representing the path-following strategy. |
NonLinearOperator | Type representing the non-linear operator. |
SubsidiaryArgs | Type representing the subsidiary arguments. |