Public Types | Public Member Functions | Protected Attributes
OuterStride< Value > Class Template Reference

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

#include <Stride.h>

+ Inheritance diagram for OuterStride< Value >:

List of all members.

Public Types

enum  
typedef DenseIndex Index

Public Member Functions

Index inner () const
Index outer () const
 OuterStride ()
 OuterStride (Index v)

Protected Attributes

internal::variable_if_dynamic
< Index,
InnerStrideAtCompileTime
m_inner
internal::variable_if_dynamic
< Index,
OuterStrideAtCompileTime
m_outer

Detailed Description

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

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


Member Typedef Documentation

typedef DenseIndex Index

Reimplemented from Stride< Value, 0 >.


Member Enumeration Documentation

anonymous enum [inherited]

Constructor & Destructor Documentation

OuterStride ( ) [inline]
OuterStride ( Index  v) [inline]

Member Function Documentation

Index inner ( ) const [inline, inherited]
Returns:
the inner stride
Index outer ( ) const [inline, inherited]
Returns:
the outer stride

Member Data Documentation

internal::variable_if_dynamic<Index, InnerStrideAtCompileTime> m_inner [protected, inherited]
internal::variable_if_dynamic<Index, OuterStrideAtCompileTime> m_outer [protected, inherited]

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