This is the complete list of members for ExpressionCosh, including all inherited members.
Differentiate(const Variable &x) const override | ExpressionCosh | virtual |
Display(std::ostream &os) const override | ExpressionCosh | virtual |
EqualTo(const ExpressionCell &e) const override | UnaryExpressionCell | virtual |
Evaluate(const Environment &env) const override | UnaryExpressionCell | virtual |
EvaluatePartial(const Environment &env) const override | ExpressionCosh | virtual |
Expand() const override | ExpressionCosh | virtual |
ExpressionCell(const ExpressionCell &)=delete | ExpressionCell | |
ExpressionCell(ExpressionCell &&)=delete | ExpressionCell | |
ExpressionCell(ExpressionKind k, bool is_poly, bool is_expanded) | ExpressionCell | protected |
ExpressionCosh(const Expression &e) | ExpressionCosh | explicit |
get_argument() const | UnaryExpressionCell | |
get_kind() const | ExpressionCell | |
GetVariables() const override | UnaryExpressionCell | virtual |
HashAppendDetail(DelegatingHasher *) const override | UnaryExpressionCell | virtual |
is_expanded() const | ExpressionCell | |
is_polynomial() const | ExpressionCell | |
Less(const ExpressionCell &e) const override | UnaryExpressionCell | virtual |
operator=(const ExpressionCell &)=delete | ExpressionCell | |
operator=(ExpressionCell &&)=delete | ExpressionCell | |
set_expanded() | ExpressionCell | |
Substitute(const Substitution &s) const override | ExpressionCosh | virtual |
UnaryExpressionCell(ExpressionKind k, Expression e, bool is_poly, bool is_expanded) | UnaryExpressionCell | protected |
use_count() const | ExpressionCell | |
~ExpressionCell() | ExpressionCell | virtual |
~ExpressionCosh() override | ExpressionCosh | |
~UnaryExpressionCell() override | UnaryExpressionCell |