#include <Arithmetic.hh>
◆ NotExpression() [1/2]
numeric::expression_parser::NotExpression::NotExpression |
( |
| ) |
|
◆ NotExpression() [2/2]
numeric::expression_parser::NotExpression::NotExpression |
( |
ExpressionCOP |
e | ) |
|
◆ ~NotExpression()
numeric::expression_parser::NotExpression::~NotExpression |
( |
| ) |
|
|
overridedefault |
◆ differentiate()
ExpressionCOP numeric::expression_parser::NotExpression::differentiate |
( |
std::string const & |
varname | ) |
const |
|
overridevirtual |
Returns the expression for the partial derivative of this expression by the variable named varname. If the partial derivative is always zero with respect to varname, returns null.
Implements numeric::expression_parser::Expression.
◆ operator()()
numeric::Real numeric::expression_parser::NotExpression::operator() |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: