Please, help us to better know about our user community by answering the following short survey: https://forms.gle/wpyrxWi18ox9Z5ae9
Eigen  3.4.0
 
Loading...
Searching...
No Matches
Eigen::symbolic::SymbolValue< Tag > Class Template Reference

Detailed Description

template<typename Tag>
class Eigen::symbolic::SymbolValue< Tag >

Represents the actual value of a symbol identified by its tag

It is the return type of SymbolValue::operator=, and most of the time this is only way it is used.

Public Member Functions

 SymbolValue (Index val)
 
Index value () const
 

Constructor & Destructor Documentation

◆ SymbolValue()

template<typename Tag >
Eigen::symbolic::SymbolValue< Tag >::SymbolValue ( Index  val)
inline

Default constructor from the value val

Member Function Documentation

◆ value()

template<typename Tag >
Index Eigen::symbolic::SymbolValue< Tag >::value ( ) const
inline
Returns
the stored value of the symbol

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