Eigen  3.4.1 (git rev 28ded8800c26864e537852658428ab44c8399e87)
 
Loading...
Searching...
No Matches
Eigen::InnerStride< Value > Class Template Reference

#include <Eigen/src/Core/Stride.h>

Detailed Description

template<int Value>
class Eigen::InnerStride< Value >

Convenience specialization of Stride to specify only an inner stride See class Map for some examples.

+ Inheritance diagram for Eigen::InnerStride< Value >:

Additional Inherited Members

- Public Types inherited from Eigen::Stride< 0, Value >
typedef Eigen::Index Index
 
- Public Member Functions inherited from Eigen::Stride< 0, Value >
EIGEN_CONSTEXPR Index inner () const
 
EIGEN_CONSTEXPR Index inner () const
 
EIGEN_CONSTEXPR Index outer () const
 
EIGEN_CONSTEXPR Index outer () const
 
 Stride ()
 
 Stride ()
 
 Stride (const Stride &other)
 
 Stride (const Stride &other)
 
 Stride (Index outerStride, Index innerStride)
 
 Stride (Index outerStride, Index innerStride)
 

The documentation for this class was generated from the following file: