Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >:
Inheritance graph
[legend]

Public Types

enum  { CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags = evaluator<ArgType>::Flags ^ RowMajorBit, Alignment = evaluator<ArgType>::Alignment }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Scalar Scalar
 
typedef Transpose< ArgType > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Transpose< ArgType > >
enum  
 
typedef traits< Transpose< ArgType > > ExpressionTraits
 

Public Member Functions

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

Protected Attributes

evaluator< ArgType > m_argImpl
 

Detailed Description

template<typename ArgType>
struct Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >

Definition at line 305 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename ArgType >
typedef XprType::CoeffReturnType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::CoeffReturnType

Definition at line 320 of file CoreEvaluators.h.

◆ Scalar

template<typename ArgType >
typedef XprType::Scalar Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::Scalar

Definition at line 319 of file CoreEvaluators.h.

◆ XprType

template<typename ArgType >
typedef Transpose<ArgType> Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::XprType

Definition at line 308 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ArgType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 
Alignment 

Definition at line 310 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ unary_evaluator()

template<typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::unary_evaluator ( const XprType t)
inlineexplicit

Definition at line 317 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::coeff ( Index  index) const
inline

Definition at line 329 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 323 of file CoreEvaluators.h.

◆ coeffRef() [1/2]

template<typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE XprType::Scalar& Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::coeffRef ( Index  index)
inline

Definition at line 341 of file CoreEvaluators.h.

◆ coeffRef() [2/2]

template<typename ArgType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::coeffRef ( Index  row,
Index  col 
)
inline

Definition at line 335 of file CoreEvaluators.h.

◆ packet() [1/2]

template<typename ArgType >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::packet ( Index  index) const
inline

Definition at line 355 of file CoreEvaluators.h.

◆ packet() [2/2]

template<typename ArgType >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::packet ( Index  row,
Index  col 
) const
inline

Definition at line 348 of file CoreEvaluators.h.

◆ writePacket() [1/2]

template<typename ArgType >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::writePacket ( Index  index,
const PacketType x 
)
inline

Definition at line 369 of file CoreEvaluators.h.

◆ writePacket() [2/2]

template<typename ArgType >
template<int StoreMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::writePacket ( Index  row,
Index  col,
const PacketType x 
)
inline

Definition at line 362 of file CoreEvaluators.h.

Member Data Documentation

◆ m_argImpl

template<typename ArgType >
evaluator<ArgType> Eigen::internal::unary_evaluator< Transpose< ArgType >, IndexBased >::m_argImpl
protected

Definition at line 375 of file CoreEvaluators.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:13:37