Related Functions | |
(Note that these are not member functions.) | |
template<class Sig , class LC , class F , REQUIRES(Concepts::HasFunctorOrder< F, 1 >) > | |
int | order (AnalyticLocalFunction< Sig, LC, F > const &lf) |
|
related |
The order is defined as the polynomial order of the functor fct
and requires a free function order(fct,1)
to exists.
Requirements:
F
must fulfill the concept Concepts::HasFunctorOrder