compbio
Public Member Functions | List of all members
Eigen::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 Eigen::InnerStride< Value >:
Eigen::Stride< 0, Value >

Public Member Functions

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.
 
EIGEN_DEVICE_FUNC Stride (Index outerStride, Index innerStride)
 Constructor allowing to pass the strides at runtime.
 
EIGEN_DEVICE_FUNC Stride (const Stride &other)
 Copy constructor.
 
EIGEN_DEVICE_FUNC Index outer () const
 
EIGEN_DEVICE_FUNC 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
 

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.


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