Eigen::symbolic::ValueExpr< IndexType > Class Template Reference

Public Member Functions

template<typename T >
IndexType eval_impl (const T &) const
 
 ValueExpr (IndexType val)
 

Protected Attributes

IndexType m_value
 

Detailed Description

template<typename IndexType = Index>
class Eigen::symbolic::ValueExpr< IndexType >

Definition at line 53 of file SymbolicIndex.h.

Constructor & Destructor Documentation

◆ ValueExpr()

template<typename IndexType = Index>
Eigen::symbolic::ValueExpr< IndexType >::ValueExpr ( IndexType  val)
inline

Definition at line 55 of file SymbolicIndex.h.

55 : m_value(val) {}

Member Function Documentation

◆ eval_impl()

template<typename IndexType = Index>
template<typename T >
IndexType Eigen::symbolic::ValueExpr< IndexType >::eval_impl ( const T ) const
inline

Definition at line 57 of file SymbolicIndex.h.

57 { return m_value; }

Member Data Documentation

◆ m_value

template<typename IndexType = Index>
IndexType Eigen::symbolic::ValueExpr< IndexType >::m_value
protected

Definition at line 59 of file SymbolicIndex.h.


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