![]() |
Eigen
3.4.90 (git rev 5a9f66fb35d03a4da9ef8976e67a61b30aa16dcf)
|
Common base class of any symbolic expressions
Public Member Functions | |
template<typename... Tags, typename... Types> | |
constexpr Index | eval (const SymbolValue< Tags, Types > &... values) const |
Static Public Member Functions | |
template<typename... Tags, typename... Types> | |
static constexpr Index | eval_at_compile_time (const SymbolValue< Tags, Types > &...) |
|
inlineconstexpr |
Evaluate the expression given the values of the symbols.
values | defines the values of the symbols, as constructed by SymbolExpr::operator= operator. |
|
inlinestaticconstexpr |
Evaluate the expression at compile time given the values of the symbols.
If a value is not known at compile-time, returns Eigen::Undefined.