![]() |
Eigen
3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
|
Common base class of any symbolic expressions
Public Member Functions | |
template<typename T > | |
Index | eval (const T &values) const |
|
inline |
Evaluate the expression given the values of the symbols.
values | defines the values of the symbols, it can either be a SymbolValue or a std::tuple of SymbolValue as constructed by SymbolExpr::operator= operator. |