![]() |
Prusa Slicer 2.6.0
|
Convenience specialization of Stride to specify only an inner stride See class Map for some examples. More...
#include <src/eigen/Eigen/src/Core/Stride.h>
Inheritance diagram for Eigen::InnerStride< Value >:
Collaboration diagram for Eigen::InnerStride< Value >:Public Types | |
| enum | |
| typedef Eigen::Index | Index |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | InnerStride () |
| EIGEN_DEVICE_FUNC | InnerStride (Index v) |
| EIGEN_DEVICE_FUNC Index | outer () const |
| EIGEN_DEVICE_FUNC Index | inner () const |
Protected Attributes | |
| internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > | m_outer |
| internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > | m_inner |
Private Types | |
| typedef Stride< 0, Value > | Base |
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
|
private |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |