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