Concept defining the requirements for a path-following strategy.
More...
#include <ikarus/utils/concepts.hh>
template<typename PF, typename NLO, typename SA>
{ 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:185
- Template Parameters
-
PF | Type representing the path-following strategy. |
NLO | Type representing the non-linear operator. |
SA | Type representing the subsidiary arguments. |