![]() |
Rosetta Utilities
2014.16.56682
|
#include <Arithmetic.hh>
Public Member Functions | |
| AbsoluteValueExpression () | |
| AbsoluteValueExpression (ExpressionCOP ex) | |
| virtual numeric::Real | operator() () const |
| virtual ExpressionCOP | differentiate (std::string const &varname) const |
Public Member Functions inherited from numeric::expression_parser::UnaryExpression | |
| UnaryExpression () | |
| ~UnaryExpression () | |
| UnaryExpression (ExpressionCOP ex) | |
| void | set_expression (ExpressionCOP ex) |
| virtual std::list< std::string > | active_variables () const |
| ExpressionCOP | ex () 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::AbsoluteValueExpression::AbsoluteValueExpression | ( | ) |
| numeric::expression_parser::AbsoluteValueExpression::AbsoluteValueExpression | ( | ExpressionCOP | ex | ) |
|
virtual |
Badly behaved expression around 0
Implements numeric::expression_parser::Expression.
References numeric::expression_parser::UnaryExpression::ex().
|
virtual |
Implements numeric::expression_parser::Expression.
References numeric::expression_parser::UnaryExpression::ex().
1.8.7