1 #ifndef Protium_Function_h_
2 #define Protium_Function_h_
10 template<
class XType,
class YType>
17 void Set(
const XType& x,
const YType& y) = 0;
18 YType
Eval(
const XType& x);
32 #endif //Header Guardian
FunctionPrototype< double, double > Function1D
std::map< XType, YType > fComponents
void Set(const XType &x, const YType &y)=0
virtual ~FunctionPrototype()
YType Eval(const XType &x)
FunctionPrototype< std::pair< double, double >, double > Function2D