Public Types | Public Member Functions | Protected Attributes | List of all members
InnerStride< Value > Class Template Reference

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

#include <Stride.h>

+ Inheritance diagram for InnerStride< Value >:

Public Types

enum  
typedef DenseIndex Index

Public Member Functions

Index inner () const
 InnerStride ()
 InnerStride (Index v)
Index outer () const

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::InnerStride< Value >

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

Member Typedef Documentation

typedef DenseIndex Index

Member Enumeration Documentation

anonymous enum
inherited

Constructor & Destructor Documentation

InnerStride ( )
inline
InnerStride ( Index  v)
inline

Member Function Documentation

Index inner ( ) const
inlineinherited
Index outer ( ) const
inlineinherited

Member Data Documentation

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

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