Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >:
Inheritance graph
[legend]

Classes

struct  Data
 

Public Types

enum  {
  CoeffReadCost = int(evaluator<Lhs>::CoeffReadCost) + int(evaluator<Rhs>::CoeffReadCost) + int(functor_traits<BinaryOp>::Cost), LhsFlags = evaluator<Lhs>::Flags, RhsFlags = evaluator<Rhs>::Flags, SameType = is_same<typename Lhs::Scalar,typename Rhs::Scalar>::value,
  StorageOrdersAgree = (int(LhsFlags)&RowMajorBit)==(int(RhsFlags)&RowMajorBit), Flags0, Flags = (Flags0 & ~RowMajorBit) | (LhsFlags & RowMajorBit), Alignment = EIGEN_PLAIN_ENUM_MIN(evaluator<Lhs>::Alignment,evaluator<Rhs>::Alignment)
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef CwiseBinaryOp< BinaryOp, Lhs, RhsXprType
 
- Public Types inherited from Eigen::internal::evaluator_base< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >
enum  
 
typedef traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE binary_evaluator (const XprType &xpr)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index row, Index col) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
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
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

Data m_d
 

Detailed Description

template<typename BinaryOp, typename Lhs, typename Rhs>
struct Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >

Definition at line 733 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef XprType::CoeffReturnType Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::CoeffReturnType

Definition at line 764 of file CoreEvaluators.h.

◆ XprType

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef CwiseBinaryOp<BinaryOp, Lhs, Rhs> Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::XprType

Definition at line 736 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename BinaryOp , typename Lhs , typename Rhs >
anonymous enum
Enumerator
CoeffReadCost 
LhsFlags 
RhsFlags 
SameType 
StorageOrdersAgree 
Flags0 
Flags 
Alignment 

Definition at line 738 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ binary_evaluator()

template<typename BinaryOp , typename Lhs , typename Rhs >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::binary_evaluator ( const XprType xpr)
inlineexplicit

Definition at line 758 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename BinaryOp , typename Lhs , typename Rhs >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 767 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename BinaryOp , typename Lhs , typename Rhs >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::coeff ( Index  index) const
inline

Definition at line 773 of file CoreEvaluators.h.

◆ packet() [1/2]

template<typename BinaryOp , typename Lhs , typename Rhs >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::packet ( Index  row,
Index  col 
) const
inline

Definition at line 780 of file CoreEvaluators.h.

◆ packet() [2/2]

template<typename BinaryOp , typename Lhs , typename Rhs >
template<int LoadMode, typename PacketType >
EIGEN_STRONG_INLINE PacketType Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::packet ( Index  index) const
inline

Definition at line 788 of file CoreEvaluators.h.

Member Data Documentation

◆ m_d

template<typename BinaryOp , typename Lhs , typename Rhs >
Data Eigen::internal::binary_evaluator< CwiseBinaryOp< BinaryOp, Lhs, Rhs >, IndexBased, IndexBased >::m_d
protected

Definition at line 808 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:24