#include <SymbolicIndex.h>
Public Types | |
typedef tag | Tag |
Expression of a symbol uniquely identified by the template parameter type tag
Definition at line 213 of file SymbolicIndex.h.
typedef tag Eigen::symbolic::SymbolExpr< tag >::Tag |
Alias to the template parameter tag
Definition at line 217 of file SymbolicIndex.h.
|
inline |
Definition at line 219 of file SymbolicIndex.h.
|
inline |
Definition at line 229 of file SymbolicIndex.h.
|
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.
Definition at line 225 of file SymbolicIndex.h.