![]() |
Eigen
3.4.90 (git rev 67eeba6e720c5745abc77ae6c92ce0a44aa7b7ae)
|
Expression of a symbol uniquely identified by the template parameter type tag
Public Types | |
typedef tag | Tag |
Public Member Functions | |
SymbolValue< Tag > | operator= (Index val) const |
![]() | |
Index | eval (const T &values) const |
typedef tag Eigen::symbolic::SymbolExpr< tag >::Tag |
Alias to the template parameter tag
|
inline |
Associate the value val to the given symbol *this
, uniquely identified by its Tag
.
The returned object should be passed to ExprBase::eval() to evaluate a given expression with this specified runtime-time value.