9 using namespace fadbad;
39 void set_param(
unsigned int param_name,
double param_value);
51 double param(
unsigned int param_name);
103 virtual Type operator()(Type x) = 0;
124 virtual Type operator()(Type x, Type y) = 0;
127 #endif //FUNCTORBASE_H
std::vector< double > param_
Class provides common functionality for functors.
Abstract templated implicit functor class.
Abstract templated explicit functor class.