Eigen  5.0.1-dev+60122df6
 
Loading...
Searching...
No Matches
Eigen::OuterStride< Value > Class Template Reference

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

Detailed Description

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

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

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

Additional Inherited Members

- Public Types inherited from Eigen::Stride< Value, 0 >
typedef Eigen::Index Index
 
- Public Member Functions inherited from Eigen::Stride< Value, 0 >
constexpr Index inner () const
 
constexpr Index inner () const
 
Strideoperator= (const Stride &other)
 
Strideoperator= (const Stride &other)
 
constexpr Index outer () const
 
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: