W3cubDocs

/Eigen3

Eigen::symbolic::BaseExpr

template<typename Derived>
class Eigen::symbolic::BaseExpr< Derived >

Common base class of any symbolic expressions

template<typename T >
Index eval (const T &values) const

eval()

template<typename Derived >
template<typename T >
Index Eigen::symbolic::BaseExpr< Derived >::eval ( const T & values ) const
inline

Evaluate the expression given the values of the symbols.

Parameters
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.

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