![]() |
Rosetta Utilities
2014.16.56682
|
#include <Arithmetic.hh>
Public Member Functions | |
| AddExpression () | |
| AddExpression (ExpressionCOP e1, ExpressionCOP e2) | |
| virtual numeric::Real | operator() () const |
| Returns the sum of expression 1 and expression 2. More... | |
| virtual ExpressionCOP | differentiate (std::string const &varname) const |
| 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. More... | |
Public Member Functions inherited from numeric::expression_parser::BinaryExpression | |
| BinaryExpression () | |
| ~BinaryExpression () | |
| BinaryExpression (ExpressionCOP e1, ExpressionCOP e2) | |
| void | set_first_expression (ExpressionCOP e1) |
| void | set_second_expression (ExpressionCOP e2) |
| virtual std::list< std::string > | active_variables () const |
| ExpressionCOP | e1 () const |
| ExpressionCOP | e2 () const |
Public Member Functions inherited from numeric::expression_parser::Expression | |
| virtual | ~Expression () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| ReferenceCount () | |
| Default constructor. More... | |
| ReferenceCount (ReferenceCount const &) | |
| Copy constructor. More... | |
| ReferenceCount & | operator= (ReferenceCount const &) |
| Copy assignment. More... | |
| numeric::expression_parser::AddExpression::AddExpression | ( | ) |
Referenced by differentiate().
| numeric::expression_parser::AddExpression::AddExpression | ( | ExpressionCOP | e1, |
| ExpressionCOP | e2 | ||
| ) |
|
virtual |
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.
References AddExpression(), numeric::expression_parser::BinaryExpression::e1(), and numeric::expression_parser::BinaryExpression::e2().
|
virtual |
Returns the sum of expression 1 and expression 2.
get expression pointers; evaluate left and right hand sides of the expression; return the sum.
Implements numeric::expression_parser::Expression.
References numeric::expression_parser::BinaryExpression::e1(), and numeric::expression_parser::BinaryExpression::e2().
1.8.7