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

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator< PlainObjectBase< Derived > >:
Inheritance graph
[legend]

Public Types

enum  {
  IsRowMajor = PlainObjectType::IsRowMajor, IsVectorAtCompileTime = PlainObjectType::IsVectorAtCompileTime, RowsAtCompileTime = PlainObjectType::RowsAtCompileTime, ColsAtCompileTime = PlainObjectType::ColsAtCompileTime,
  CoeffReadCost = NumTraits<Scalar>::ReadCost, Flags = traits<Derived>::EvaluatorFlags, Alignment = traits<Derived>::Alignment
}
 
enum  { OuterStrideAtCompileTime }
 
typedef PlainObjectType::CoeffReturnType CoeffReturnType
 
typedef PlainObjectBase< Derived > PlainObjectType
 
typedef PlainObjectType::Scalar Scalar
 
- 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 evaluator ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator (const PlainObjectType &m)
 
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 Attributes

plainobjectbase_evaluator_data< Scalar, OuterStrideAtCompileTimem_d
 

Detailed Description

template<typename Derived>
struct Eigen::internal::evaluator< PlainObjectBase< Derived > >

Definition at line 163 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename Derived >
typedef PlainObjectType::CoeffReturnType Eigen::internal::evaluator< PlainObjectBase< Derived > >::CoeffReturnType

Definition at line 168 of file CoreEvaluators.h.

◆ PlainObjectType

template<typename Derived >
typedef PlainObjectBase<Derived> Eigen::internal::evaluator< PlainObjectBase< Derived > >::PlainObjectType

Definition at line 166 of file CoreEvaluators.h.

◆ Scalar

template<typename Derived >
typedef PlainObjectType::Scalar Eigen::internal::evaluator< PlainObjectBase< Derived > >::Scalar

Definition at line 167 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Derived >
anonymous enum
Enumerator
IsRowMajor 
IsVectorAtCompileTime 
RowsAtCompileTime 
ColsAtCompileTime 
CoeffReadCost 
Flags 
Alignment 

Definition at line 170 of file CoreEvaluators.h.

◆ anonymous enum

template<typename Derived >
anonymous enum
Enumerator
OuterStrideAtCompileTime 

Definition at line 180 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ evaluator() [1/2]

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator< PlainObjectBase< Derived > >::evaluator ( )
inline

Definition at line 188 of file CoreEvaluators.h.

◆ evaluator() [2/2]

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator< PlainObjectBase< Derived > >::evaluator ( const PlainObjectType m)
inlineexplicit

Definition at line 195 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

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

Definition at line 202 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< PlainObjectBase< Derived > >::coeff ( Index  index) const
inline

Definition at line 211 of file CoreEvaluators.h.

◆ coeffRef() [1/2]

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

Definition at line 217 of file CoreEvaluators.h.

◆ coeffRef() [2/2]

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::evaluator< PlainObjectBase< Derived > >::coeffRef ( Index  index)
inline

Definition at line 226 of file CoreEvaluators.h.

◆ packet() [1/2]

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

Definition at line 233 of file CoreEvaluators.h.

◆ packet() [2/2]

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

Definition at line 243 of file CoreEvaluators.h.

◆ writePacket() [1/2]

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

Definition at line 250 of file CoreEvaluators.h.

◆ writePacket() [2/2]

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

Definition at line 262 of file CoreEvaluators.h.

Member Data Documentation

◆ m_d

Definition at line 269 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:36