Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Eigen::internal::mapbase_evaluator< Derived, PlainObjectType > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >:
Inheritance graph
[legend]

Public Types

enum  { IsRowMajor = XprType::RowsAtCompileTime, ColsAtCompileTime = XprType::ColsAtCompileTime, CoeffReadCost = NumTraits<Scalar>::ReadCost }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::PointerType PointerType
 
typedef XprType::Scalar Scalar
 
typedef Derived XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Derived >
enum  
 
typedef traits< Derived > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index row, Index col) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index row, Index col)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ScalarcoeffRef (Index index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE mapbase_evaluator (const XprType &map)
 
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType packet (Index row, Index col) const
 
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType packet (Index index) const
 
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void writePacket (Index row, Index col, const PacketType &x)
 
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void writePacket (Index index, const PacketType &x)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index colStride () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index rowStride () const EIGEN_NOEXCEPT
 

Protected Attributes

PointerType m_data
 
const internal::variable_if_dynamic< Index, XprType::InnerStrideAtCompileTime > m_innerStride
 
const internal::variable_if_dynamic< Index, XprType::OuterStrideAtCompileTime > m_outerStride
 

Detailed Description

template<typename Derived, typename PlainObjectType>
struct Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >

Definition at line 881 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Derived, typename PlainObjectType>
typedef XprType::CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::CoeffReturnType

Definition at line 889 of file CoreEvaluators.h.

◆ PointerType

template<typename Derived, typename PlainObjectType>
typedef XprType::PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::PointerType

Definition at line 887 of file CoreEvaluators.h.

◆ Scalar

template<typename Derived, typename PlainObjectType>
typedef XprType::Scalar Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::Scalar

Definition at line 888 of file CoreEvaluators.h.

◆ XprType

template<typename Derived, typename PlainObjectType>
typedef Derived Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::XprType

Definition at line 886 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Derived, typename PlainObjectType>
anonymous enum
Enumerator
IsRowMajor 
ColsAtCompileTime 
CoeffReadCost 

Definition at line 891 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ mapbase_evaluator()

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::mapbase_evaluator ( const XprType map)
inlineexplicit

Definition at line 898 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 909 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeff ( Index  index) const
inline

Definition at line 915 of file CoreEvaluators.h.

◆ coeffRef() [1/2]

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeffRef ( Index  row,
Index  col 
)
inline

Definition at line 921 of file CoreEvaluators.h.

◆ coeffRef() [2/2]

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::coeffRef ( Index  index)
inline

Definition at line 927 of file CoreEvaluators.h.

◆ colStride()

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::colStride ( ) const
inlineprotected

Definition at line 967 of file CoreEvaluators.h.

◆ packet() [1/2]

template<typename Derived, typename PlainObjectType>
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::packet ( Index  row,
Index  col 
) const
inline

Definition at line 934 of file CoreEvaluators.h.

◆ packet() [2/2]

template<typename Derived, typename PlainObjectType>
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::packet ( Index  index) const
inline

Definition at line 942 of file CoreEvaluators.h.

◆ rowStride()

template<typename Derived, typename PlainObjectType>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE EIGEN_CONSTEXPR Index Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::rowStride ( ) const
inlineprotected

Definition at line 963 of file CoreEvaluators.h.

◆ writePacket() [1/2]

template<typename Derived, typename PlainObjectType>
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::writePacket ( Index  row,
Index  col,
const PacketType x 
)
inline

Definition at line 949 of file CoreEvaluators.h.

◆ writePacket() [2/2]

template<typename Derived, typename PlainObjectType>
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::writePacket ( Index  index,
const PacketType x 
)
inline

Definition at line 957 of file CoreEvaluators.h.

Member Data Documentation

◆ m_data

template<typename Derived, typename PlainObjectType>
PointerType Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_data
protected

Definition at line 971 of file CoreEvaluators.h.

◆ m_innerStride

template<typename Derived, typename PlainObjectType>
const internal::variable_if_dynamic<Index, XprType::InnerStrideAtCompileTime> Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_innerStride
protected

Definition at line 972 of file CoreEvaluators.h.

◆ m_outerStride

template<typename Derived, typename PlainObjectType>
const internal::variable_if_dynamic<Index, XprType::OuterStrideAtCompileTime> Eigen::internal::mapbase_evaluator< Derived, PlainObjectType >::m_outerStride
protected

Definition at line 973 of file CoreEvaluators.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:58