#include <Ref.h>

Public Types | |
| typedef MapBase< Derived > | Base |
Public Member Functions | |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerStride () const |
| EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const |
| EIGEN_DEVICE_FUNC | RefBase () |
Protected Types | |
| typedef Stride< StrideType::OuterStrideAtCompileTime, StrideType::InnerStrideAtCompileTime > | StrideBase |
Protected Member Functions | |
| template<typename Expression > | |
| EIGEN_DEVICE_FUNC bool | construct (Expression &expr) |
Static Protected Member Functions | |
| static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | resolveInnerStride (Index inner) |
| static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | resolveOuterStride (Index inner, Index outer, Index rows, Index cols, bool isVectorAtCompileTime, bool isRowMajor) |
Protected Attributes | |
| StrideBase | m_stride |
Private Types | |
| typedef internal::traits< Derived >::PlainObjectType | PlainObjectType |
| typedef internal::traits< Derived >::StrideType | StrideType |
| typedef MapBase<Derived> Eigen::RefBase< Derived >::Base |
|
private |
|
protected |
|
private |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
protected |