5 #ifndef BPP_NUMERIC_FUNCTION_OPERATORS_CONSTANTOPERATOR_H 6 #define BPP_NUMERIC_FUNCTION_OPERATORS_CONSTANTOPERATOR_H 10 #include "../../../Text/TextTools.h" 55 #endif // BPP_NUMERIC_FUNCTION_OPERATORS_CONSTANTOPERATOR_H double getSecondOrderDerivative(const std::string &variable) const
ConstantOperator(double value)
ConstantOperator * clone() const
Create a copy of this object and send a pointer to it.
std::string output() const
double getFirstOrderDerivative(const std::string &variable) const
std::string toString(T t)
General template method to convert to a string.
Constant (ie leaf) operator.
Interface of operator for numerical computation.