compbio
|
Convenience specialization of Stride to specify only an outer stride See class Map for some examples. More...
#include <Stride.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC | OuterStride (Index v) |
![]() | |
EIGEN_DEVICE_FUNC | Stride () |
Default constructor, for use when strides are fixed at compile time. | |
EIGEN_DEVICE_FUNC | Stride (Index outerStride, Index innerStride) |
Constructor allowing to pass the strides at runtime. | |
EIGEN_DEVICE_FUNC | Stride (const Stride &other) |
Copy constructor. | |
EIGEN_DEVICE_FUNC Index | outer () const |
EIGEN_DEVICE_FUNC Index | inner () const |
Additional Inherited Members | |
![]() | |
enum | |
typedef Eigen::Index | Index |
![]() | |
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > | m_outer |
internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > | m_inner |
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.