20 #ifndef CALLABLE_FUNCTION_H 21 #define CALLABLE_FUNCTION_H 30 virtual double operator() (
const std::vector<double>&)=0;
31 virtual std::string
name()
const=0;
35 #include "callableFunction.xcd"
virtual std::string name() const =0
virtual double operator()(const std::vector< double > &)=0