Convenience specialization of Stride to specify only an inner stride See class Map for some examples. More...
Inheritance diagram for InnerStride< Value >:Public Types | |
| enum | |
| typedef DenseIndex | Index |
Public Member Functions | |
| Index | inner () const |
| InnerStride () | |
| InnerStride (Index v) | |
| Index | outer () const |
Protected Attributes | |
| 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.
| typedef DenseIndex Index |
Reimplemented from Stride< 0, Value >.
anonymous enum [inherited] |
| InnerStride | ( | ) | [inline] |
| InnerStride | ( | Index | v | ) | [inline] |
| Index inner | ( | ) | const [inline, inherited] |
| Index outer | ( | ) | const [inline, inherited] |
1.7.5.1