Inherits Eigen::internal::IndexTuple< FirstType, OtherTypes... >.
template<typename FirstType, typename... OtherTypes>
struct Eigen::IndexPairList< FirstType, OtherTypes >
Definition at line 348 of file TensorIndexList.h.
◆ IndexPairList() [1/2]
template<typename FirstType , typename... OtherTypes>
Definition at line 356 of file TensorIndexList.h.
356 : internal::IndexTuple<FirstType, OtherTypes...>(other) { }
◆ IndexPairList() [2/2]
template<typename FirstType , typename... OtherTypes>
Definition at line 357 of file TensorIndexList.h.
357 : internal::IndexTuple<FirstType, OtherTypes...>() { }
◆ operator[]()
template<typename FirstType , typename... OtherTypes>
Definition at line 349 of file TensorIndexList.h.
350 return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >::value-1, IndexPair<Index>>::get(i, *
this);
◆ set()
template<typename FirstType , typename... OtherTypes>
Definition at line 352 of file TensorIndexList.h.
353 return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...>>::value-1, IndexPair<Index> >
::set(i, *
this, value);
void set(const Index i, const IndexPair< Index > value)
◆ value_known_statically()
template<typename FirstType , typename... OtherTypes>
Definition at line 359 of file TensorIndexList.h.
360 return internal::tuple_coeff<internal::array_size<internal::IndexTuple<FirstType, OtherTypes...> >::value-1,
Index>
::value_known_statically(i, *
this);
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
constexpr bool value_known_statically(const Index i) const
The documentation for this struct was generated from the following file: