template<typename Derived>
BaseExpr class
Contents
- Reference
Common base class of any symbolic expressions
Public functions
Function documentation
template<typename Derived>
template<typename T>
Index Eigen:: symbolic:: BaseExpr<Derived>:: eval(const T& values) const
Parameters | |
---|---|
values | defines the values of the symbols, it can either be a SymbolValue or a std::tuple of SymbolValue as constructed by SymbolExpr:: |
Evaluate the expression given the values of the symbols.