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