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

Public Member Functions

EIGEN_DEVICE_FUNC OuterStride (Index v)
 
- Public Member Functions inherited from Eigen::Stride< Value, 0 >
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< Value, 0 >
enum  
 
typedef Eigen::Index Index
 
- Protected Attributes inherited from Eigen::Stride< Value, 0 >
internal::variable_if_dynamic< Index, OuterStrideAtCompileTime > m_outer
 
internal::variable_if_dynamic< Index, InnerStrideAtCompileTime > m_inner
 

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.


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