10 #ifndef EIGEN_STRIDE_H 11 #define EIGEN_STRIDE_H 43 template<
int _OuterStr
ideAtCompileTime,
int _InnerStr
ideAtCompileTime>
63 Stride(Index outerStride, Index innerStride)
111 #endif // EIGEN_STRIDE_H internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > m_inner
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > m_outer
EIGEN_DEVICE_FUNC Stride(const Stride &other)
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T value()
Holds strides information for Map.
EIGEN_DEVICE_FUNC InnerStride()
EIGEN_DEVICE_FUNC Index outer() const
Convenience specialization of Stride to specify only an inner stride See class Map for some examples...
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
EIGEN_DEVICE_FUNC OuterStride()
EIGEN_DEVICE_FUNC OuterStride(Index v)
EIGEN_DEVICE_FUNC Stride()
Convenience specialization of Stride to specify only an outer stride See class Map for some examples...
EIGEN_DEVICE_FUNC Stride(Index outerStride, Index innerStride)
EIGEN_DEVICE_FUNC Index inner() const
EIGEN_DEVICE_FUNC InnerStride(Index v)