10 #ifndef EIGEN_STRIDE_H
11 #define EIGEN_STRIDE_H
53 template<
int OuterStr
ideAtCompileTime_,
int InnerStr
ideAtCompileTime_>
94 internal::variable_if_dynamic<Index, OuterStrideAtCompileTime>
m_outer;
95 internal::variable_if_dynamic<Index, InnerStrideAtCompileTime>
m_inner;
Array< int, Dynamic, 1 > v
#define EIGEN_DEVICE_FUNC
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.
Holds strides information for Map.
EIGEN_CONSTEXPR Index inner() const
@ InnerStrideAtCompileTime
@ OuterStrideAtCompileTime
Stride(const Stride &other)
EIGEN_CONSTEXPR Index outer() const
internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > m_inner
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > m_outer
Stride(Index outerStride, Index innerStride)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.