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

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >:
Inheritance graph
[legend]

Public Types

enum  {
  IsRowMajor = XprType::IsRowMajor, IsColMajor = !IsRowMajor, ReverseRow = (Direction == Vertical) || (Direction == BothDirections), ReverseCol = (Direction == Horizontal) || (Direction == BothDirections),
  ReversePacket, CoeffReadCost = evaluator<ArgType>::CoeffReadCost, Flags0 = evaluator<ArgType>::Flags, LinearAccess,
  Flags = int(Flags0) & (HereditaryBits | PacketAccessBit | LinearAccess), Alignment = 0
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef XprType::Scalar Scalar
 
typedef Reverse< ArgType, Direction > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Reverse< ArgType, Direction > >
enum  
 
typedef traits< Reverse< ArgType, Direction > > 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)
 
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
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE unary_evaluator (const XprType &reverse)
 
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE void writePacket (Index row, Index col, const PacketType &x)
 
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE void writePacket (Index index, const PacketType &x)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< Reverse< ArgType, Direction > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

evaluator< ArgType > m_argImpl
 
const variable_if_dynamic< Index, ReverseCol ? ArgType::ColsAtCompileTime :1 > m_cols
 
const variable_if_dynamic< Index, ReverseRow ? ArgType::RowsAtCompileTime :1 > m_rows
 

Detailed Description

template<typename ArgType, int Direction>
struct Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >

Definition at line 1482 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename ArgType , int Direction>
typedef XprType::CoeffReturnType Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::CoeffReturnType

Definition at line 1487 of file CoreEvaluators.h.

◆ Scalar

template<typename ArgType , int Direction>
typedef XprType::Scalar Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::Scalar

Definition at line 1486 of file CoreEvaluators.h.

◆ XprType

template<typename ArgType , int Direction>
typedef Reverse<ArgType, Direction> Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::XprType

Definition at line 1485 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ArgType , int Direction>
anonymous enum
Enumerator
IsRowMajor 
IsColMajor 
ReverseRow 
ReverseCol 
ReversePacket 
CoeffReadCost 
Flags0 
LinearAccess 
Flags 
Alignment 

Definition at line 1489 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ unary_evaluator()

template<typename ArgType , int Direction>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::unary_evaluator ( const XprType reverse)
inlineexplicit

Definition at line 1513 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

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

Definition at line 1520 of file CoreEvaluators.h.

◆ coeff() [2/2]

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

Definition at line 1527 of file CoreEvaluators.h.

◆ coeffRef() [1/2]

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

Definition at line 1533 of file CoreEvaluators.h.

◆ coeffRef() [2/2]

template<typename ArgType , int Direction>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::coeffRef ( Index  index)
inline

Definition at line 1540 of file CoreEvaluators.h.

◆ packet() [1/2]

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

Definition at line 1547 of file CoreEvaluators.h.

◆ packet() [2/2]

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

Definition at line 1562 of file CoreEvaluators.h.

◆ writePacket() [1/2]

template<typename ArgType , int Direction>
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::writePacket ( Index  row,
Index  col,
const PacketType x 
)
inline

Definition at line 1570 of file CoreEvaluators.h.

◆ writePacket() [2/2]

template<typename ArgType , int Direction>
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE void Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::writePacket ( Index  index,
const PacketType x 
)
inline

Definition at line 1587 of file CoreEvaluators.h.

Member Data Documentation

◆ m_argImpl

template<typename ArgType , int Direction>
evaluator<ArgType> Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::m_argImpl
protected

Definition at line 1595 of file CoreEvaluators.h.

◆ m_cols

template<typename ArgType , int Direction>
const variable_if_dynamic<Index, ReverseCol ? ArgType::ColsAtCompileTime : 1> Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::m_cols
protected

Definition at line 1600 of file CoreEvaluators.h.

◆ m_rows

template<typename ArgType , int Direction>
const variable_if_dynamic<Index, ReverseRow ? ArgType::RowsAtCompileTime : 1> Eigen::internal::unary_evaluator< Reverse< ArgType, Direction > >::m_rows
protected

Definition at line 1599 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:46:07