56 void set_param(
unsigned int param_name,
double param_value);
68 double param(
unsigned int param_name);
120 virtual Type operator()(Type x) = 0;
141 virtual Type operator()(Type x, Type y) = 0;
144 #endif //FUNCTORBASE_H std::vector< double > param_
Class provides common functionality for functors.
Abstract templated implicit functor class.
Abstract templated explicit functor class.