47template<
int _OuterStr
ideAtCompileTime,
int _InnerStr
ideAtCompileTime>
#define EIGEN_CONSTEXPR
Definition: Macros.h:797
#define EIGEN_DEVICE_FUNC
Definition: Macros.h:986
#define eigen_assert(x)
Definition: Macros.h:1047
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
Definition: Stride.h:96
EIGEN_DEVICE_FUNC InnerStride(Index v)
Definition: Stride.h:100
EIGEN_DEVICE_FUNC InnerStride()
Definition: Stride.h:99
Convenience specialization of Stride to specify only an outer stride See class Map for some examples.
Definition: Stride.h:107
EIGEN_DEVICE_FUNC OuterStride()
Definition: Stride.h:110
EIGEN_DEVICE_FUNC OuterStride(Index v)
Definition: Stride.h:111
Holds strides information for Map.
Definition: Stride.h:49
EIGEN_DEVICE_FUNC Stride(const Stride &other)
Copy constructor.
Definition: Stride.h:76
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index inner() const
Definition: Stride.h:85
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > m_outer
Definition: Stride.h:88
@ InnerStrideAtCompileTime
Definition: Stride.h:53
@ OuterStrideAtCompileTime
Definition: Stride.h:54
internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > m_inner
Definition: Stride.h:89
EIGEN_DEVICE_FUNC Stride()
Default constructor, for use when strides are fixed at compile time.
Definition: Stride.h:59
Eigen::Index Index
Definition: Stride.h:51
EIGEN_DEVICE_FUNC Stride(Index outerStride, Index innerStride)
Constructor allowing to pass the strides at runtime.
Definition: Stride.h:69
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outer() const
Definition: Stride.h:82
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR T value()
Definition: XprHelper.h:135
Namespace containing all symbols from the Eigen library.
Definition: Core:141
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:74
const int Dynamic
This value means that a positive quantity (e.g., a size) is not known at compile-time,...
Definition: Constants.h:22