![]() |
Prusa Slicer 2.6.0
|
Convenience specialization of Stride to specify only an outer stride See class Map for some examples. More...
#include <src/eigen/Eigen/src/Core/Stride.h>
Inheritance diagram for Eigen::OuterStride< Value >:
Collaboration diagram for Eigen::OuterStride< Value >:Public Types | |
| enum | |
| typedef Eigen::Index | Index |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | OuterStride () |
| EIGEN_DEVICE_FUNC | OuterStride (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< Value, 0 > | Base |
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.
|
private |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |