W3cubDocs

/Eigen3

Eigen::symbolic::SymbolExpr

template<typename tag>
class Eigen::symbolic::SymbolExpr< tag >

Expression of a symbol uniquely identified by the template parameter type tag

typedef tag Tag
SymbolValue< Tag > operator= (Index val) const
- Public Member Functions inherited from Eigen::symbolic::BaseExpr< SymbolExpr< tag > >
Index eval (const T &values) const

Tag

template<typename tag >
typedef tag Eigen::symbolic::SymbolExpr< tag >::Tag

Alias to the template parameter tag

operator=()

template<typename tag >
SymbolValue<Tag> Eigen::symbolic::SymbolExpr< tag >::operator= ( Index val ) const
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.


The documentation for this class was generated from the following file: