Medial Code Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes
Eigen::RefBase< Derived > Class Template Reference
Inheritance diagram for Eigen::RefBase< Derived >:
Eigen::MapBase< Derived, Level > Eigen::Ref< const KLUMatrixType, StandardCompressedFormat > Eigen::Ref< const UmfpackMatrixType, StandardCompressedFormat > Eigen::Ref< const MatrixType >

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
 

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
 

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