![]() |
Eigen
3.4.1 (git rev 28ded8800c26864e537852658428ab44c8399e87)
|
#include <Eigen/src/Core/util/SymbolicIndex.h>
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 |
|
inline |
Default constructor from the value val
|
inline |