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