![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
Expression of a symbol uniquely identified by the template parameter type tag
Public Types | |
typedef tag | Tag |
Public Member Functions | |
constexpr SymbolValue< Tag, Index > | operator= (Index val) const |
![]() | |
constexpr Index | eval (const SymbolValue< Tags, Types > &... values) const |
Additional Inherited Members | |
![]() | |
static constexpr Index | eval_at_compile_time (const SymbolValue< Tags, Types > &...) |
typedef tag Eigen::symbolic::SymbolExpr< tag >::Tag |
Alias to the template parameter tag
|
inlineconstexpr |
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.