5 #ifndef BPP_NUMERIC_FUNCTION_OPERATORS_OPERATOR_H 6 #define BPP_NUMERIC_FUNCTION_OPERATORS_OPERATOR_H 10 #include "../../../Clonable.h" 31 virtual std::string
output()
const = 0;
34 #endif // BPP_NUMERIC_FUNCTION_OPERATORS_OPERATOR_H virtual double getValue() const =0
virtual std::string output() const =0
virtual double getSecondOrderDerivative(const std::string &variable) const =0
The Clonable interface (allow an object to be cloned).
virtual double getFirstOrderDerivative(const std::string &variable) const =0
Interface of operator for numerical computation.