WPILibC++ 2023.4.3-108-ge5452e3
|
Convenience specialization of Stride to specify only an inner stride See class Map for some examples. More...
Public Member Functions | |
EIGEN_DEVICE_FUNC | InnerStride () |
EIGEN_DEVICE_FUNC | InnerStride (Index v) |
Public Member Functions inherited from Eigen::Stride< 0, Value > | |
EIGEN_DEVICE_FUNC | Stride () |
Default constructor, for use when strides are fixed at compile time. More... | |
EIGEN_DEVICE_FUNC | Stride (Index outerStride, Index innerStride) |
Constructor allowing to pass the strides at runtime. More... | |
EIGEN_DEVICE_FUNC | Stride (const Stride &other) |
Copy constructor. More... | |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outer () const |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | inner () const |
Additional Inherited Members | |
Public Types inherited from Eigen::Stride< 0, Value > | |
enum | |
typedef Eigen::Index | Index |
Protected Attributes inherited from Eigen::Stride< 0, Value > | |
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > | m_outer |
internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > | m_inner |
Convenience specialization of Stride to specify only an inner stride See class Map for some examples.
|
inline |
|
inline |