Drake
Drake C++ Documentation
Loading...
Searching...
No Matches
expression_kind.h File Reference
#include <cstdint>
Include dependency graph for expression_kind.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  drake
namespace  drake::symbolic

Enumerations

enum class  ExpressionKind : std::uint16_t {
  Constant = 0 , Var = 0x7FF1u , Add , Mul ,
  Div , Log , Abs , Exp ,
  Sqrt , Pow , Sin , Cos ,
  Tan , Asin , Acos , Atan ,
  Atan2 = 0xFFF1u , Sinh , Cosh , Tanh ,
  Min , Max , Ceil , Floor ,
  IfThenElse , NaN , UninterpretedFunction
}
 Kinds of symbolic expressions. More...

Functions

bool operator< (ExpressionKind k1, ExpressionKind k2)
 Total ordering between ExpressionKinds.