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

Contents

Common base class of any symbolic expressions

Public functions

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

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::operator= operator.

Evaluate the expression given the values of the symbols.