Eigen::DimensionList< Index, Rank > Struct Template Reference

Public Member Functions

EIGEN_ALWAYS_INLINE const Index operator[] (const Index i) const
 

Detailed Description

template<typename Index, std::size_t Rank>
struct Eigen::DimensionList< Index, Rank >

Definition at line 27 of file TensorDimensionList.h.

Member Function Documentation

◆ operator[]()

template<typename Index , std::size_t Rank>
EIGEN_ALWAYS_INLINE const Index Eigen::DimensionList< Index, Rank >::operator[] ( const Index  i) const
inline

Definition at line 29 of file TensorDimensionList.h.

29 { return i; }
int i

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