23 using namespace fadbad;
53 void set_param(
unsigned int param_name,
double param_value);
65 double param(
unsigned int param_name);
Abstract templated explicit functor class.
virtual Type operator()(Type x)=0
Virtual operator () with type Type.
Class provides common functionality for functors.
std::vector< double > param_
Abstract templated implicit functor class.
virtual Type operator()(Type x, Type y)=0
Virtual operator () with type Type.