![]() |
Eigen
3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
|
#include <Eigen/src/Core/Stride.h>
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
Additional Inherited Members | |
![]() | |
typedef Eigen::Index | Index |
![]() | |
EIGEN_CONSTEXPR Index | inner () const |
Stride & | operator= (const Stride &other) |
EIGEN_CONSTEXPR Index | outer () const |
Stride () | |
Stride (const Stride &other) | |
Stride (Index outerStride, Index innerStride) | |