Convenience specialization of Stride to specify only an inner stride See class Map for some examples. More...
#include <Stride.h>

| Public Types | |
| typedef DenseIndex | Index | 
|  Public Types inherited from Eigen::Stride< 0, Value > | |
| enum | |
| typedef DenseIndex | Index | 
| Public Member Functions | |
| InnerStride () | |
| InnerStride (Index v) | |
|  Public Member Functions inherited from Eigen::Stride< 0, Value > | |
| Index | inner () const | 
| Index | outer () const | 
| Stride () | |
| Stride (Index outerStride, Index innerStride) | |
| Stride (const Stride &other) | |
| Private Types | |
| typedef Stride< 0, Value > | Base | 
| Additional Inherited Members | |
|  Protected Attributes inherited from Eigen::Stride< 0, Value > | |
| internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > | m_inner | 
| internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > | m_outer | 
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
| 
 | private | 
| typedef DenseIndex Eigen::InnerStride< Value >::Index | 
| 
 | inline | 
| 
 | inline |