Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Private Attributes | List of all members
numeric::expression_parser::NaryExpression Class Reference

#include <Arithmetic.hh>

Inheritance diagram for numeric::expression_parser::NaryExpression:
Inheritance graph
[legend]

Private Attributes

utility::vector1< ExpressionCOPexpressions_
 

Additional Inherited Members

- Public Types inherited from utility::pointer::ReferenceCount
typedef platform::Size Size
 
typedef platform::Size size_type
 
- Public Member Functions inherited from numeric::expression_parser::Expression
 ~Expression () override
 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
 
- Public Member Functions inherited from utility::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Member Data Documentation

utility::vector1< ExpressionCOP > numeric::expression_parser::NaryExpression::expressions_
private

The documentation for this class was generated from the following file: