#include <IndexedViewHelper.h>
◆ ArithmeticSequenceRange()
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
constexpr Index first() const noexcept
Definition: IndexedViewHelper.h:160
constexpr Index incr() const noexcept
Definition: IndexedViewHelper.h:162
variable_if_dynamic< Index, int(SizeAtCompileTime)> size_
Definition: IndexedViewHelper.h:166
variable_if_dynamicindex< Index, int(FirstAtCompileTime)> first_
Definition: IndexedViewHelper.h:165
variable_if_dynamicindex< Index, int(IncrAtCompileTime)> incr_
Definition: IndexedViewHelper.h:167
constexpr Index size() const noexcept
Definition: IndexedViewHelper.h:161
◆ first()
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR T value()
Definition: XprHelper.h:189
References Eigen::internal::ArithmeticSequenceRange< FirstAtCompileTime_, SizeAtCompileTime_, IncrAtCompileTime_ >::first_, and Eigen::internal::variable_if_dynamicindex< T, Value >::value().
Referenced by Eigen::internal::IndexedViewHelper< ArithmeticSequenceRange< FirstAtCompileTime_, SizeAtCompileTime_, IncrAtCompileTime_ >, void >::first(), and Eigen::internal::ArithmeticSequenceRange< FirstAtCompileTime_, SizeAtCompileTime_, IncrAtCompileTime_ >::operator[]().
◆ incr()
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
References Eigen::internal::ArithmeticSequenceRange< FirstAtCompileTime_, SizeAtCompileTime_, IncrAtCompileTime_ >::incr_, and Eigen::internal::variable_if_dynamicindex< T, Value >::value().
Referenced by Eigen::internal::IndexedViewHelper< ArithmeticSequenceRange< FirstAtCompileTime_, SizeAtCompileTime_, IncrAtCompileTime_ >, void >::incr(), and Eigen::internal::ArithmeticSequenceRange< FirstAtCompileTime_, SizeAtCompileTime_, IncrAtCompileTime_ >::operator[]().
◆ operator[]()
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ size()
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ first_
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ FirstAtCompileTime
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ incr_
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ IncrAtCompileTime
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ size_
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
◆ SizeAtCompileTime
template<Index FirstAtCompileTime_, Index SizeAtCompileTime_, Index IncrAtCompileTime_>
The documentation for this class was generated from the following file: