Public Types | Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Types | List of all members
Eigen::RefBase< Derived > Class Template Reference

#include <Ref.h>

Inheritance diagram for Eigen::RefBase< Derived >:
Inheritance graph
[legend]

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
 

Detailed Description

template<typename Derived>
class Eigen::RefBase< Derived >

Definition at line 59 of file Ref.h.

Member Typedef Documentation

◆ Base

template<typename Derived >
typedef MapBase<Derived> Eigen::RefBase< Derived >::Base

Definition at line 67 of file Ref.h.

◆ PlainObjectType

template<typename Derived >
typedef internal::traits<Derived>::PlainObjectType Eigen::RefBase< Derived >::PlainObjectType
private

Definition at line 62 of file Ref.h.

◆ StrideBase

template<typename Derived >
typedef Stride<StrideType::OuterStrideAtCompileTime,StrideType::InnerStrideAtCompileTime> Eigen::RefBase< Derived >::StrideBase
protected

Definition at line 94 of file Ref.h.

◆ StrideType

template<typename Derived >
typedef internal::traits<Derived>::StrideType Eigen::RefBase< Derived >::StrideType
private

Definition at line 63 of file Ref.h.

Constructor & Destructor Documentation

◆ RefBase()

template<typename Derived >
EIGEN_DEVICE_FUNC Eigen::RefBase< Derived >::RefBase ( )
inline

Definition at line 83 of file Ref.h.

Member Function Documentation

◆ construct()

template<typename Derived >
template<typename Expression >
EIGEN_DEVICE_FUNC bool Eigen::RefBase< Derived >::construct ( Expression &  expr)
inlineprotected

Definition at line 109 of file Ref.h.

◆ innerStride()

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::RefBase< Derived >::innerStride ( ) const
inline

Definition at line 70 of file Ref.h.

◆ outerStride()

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::RefBase< Derived >::outerStride ( ) const
inline

Definition at line 75 of file Ref.h.

◆ resolveInnerStride()

template<typename Derived >
static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::RefBase< Derived >::resolveInnerStride ( Index  inner)
inlinestaticprotected

Definition at line 97 of file Ref.h.

◆ resolveOuterStride()

template<typename Derived >
static EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::RefBase< Derived >::resolveOuterStride ( Index  inner,
Index  outer,
Index  rows,
Index  cols,
bool  isVectorAtCompileTime,
bool  isRowMajor 
)
inlinestaticprotected

Definition at line 102 of file Ref.h.

Member Data Documentation

◆ m_stride

template<typename Derived >
StrideBase Eigen::RefBase< Derived >::m_stride
protected

Definition at line 207 of file Ref.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:07