10 #ifndef EIGEN_STRIDE_H    11 #define EIGEN_STRIDE_H    43 template<
int _OuterStr
ideAtCompileTime, 
int _InnerStr
ideAtCompileTime>
    61     Stride(Index outerStride, Index innerStride)
    84 template<
int Value = Dynamic>
    96 template<
int Value = Dynamic>
   108 #endif // EIGEN_STRIDE_H internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > m_inner
Stride(Index outerStride, Index innerStride)
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > m_outer
Holds strides information for Map. 
Convenience specialization of Stride to specify only an inner stride See class Map for some examples...
EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex
Stride(const Stride &other)
Convenience specialization of Stride to specify only an outer stride See class Map for some examples...