![]() |
Eigen
5.0.1-dev+60122df6
|
#include <Eigen/src/Core/util/SymbolicIndex.h>
Common base class of any symbolic expressions
Inheritance diagram for Eigen::symbolic::BaseExpr< Derived_ >: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.