![]() |
Rosetta Utilities
2014.35
|
#include <Arithmetic.hh>
Public Member Functions | |
NaryExpression () | |
NaryExpression (utility::vector1< ExpressionCOP > const &expressions) | |
![]() | |
virtual | ~Expression () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
virtual numeric::Real | operator() () const =0 |
virtual ExpressionCOP | differentiate (std::string const &varname) const =0 |
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... | |
virtual std::list< std::string > | active_variables () const =0 |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Private Attributes | |
Size | nargs_ |
utility::vector1< ExpressionCOP > | expressions_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
numeric::expression_parser::NaryExpression::NaryExpression | ( | ) |
numeric::expression_parser::NaryExpression::NaryExpression | ( | utility::vector1< ExpressionCOP > const & | expressions | ) |
|
private |
|
private |