Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >:
Inheritance graph
[legend]

Public Types

enum  { CoeffReadCost, Flags = (unsigned int)evaluator<ThenMatrixType>::Flags & evaluator<ElseMatrixType>::Flags & HereditaryBits, Alignment = EIGEN_PLAIN_ENUM_MIN(evaluator<ThenMatrixType>::Alignment, evaluator<ElseMatrixType>::Alignment) }
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > XprType
 
- Public Types inherited from Eigen::internal::evaluator_base< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >
enum  
 
typedef traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > > 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 evaluator (const XprType &select)
 
- Public Member Functions inherited from Eigen::internal::evaluator_base< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Protected Attributes

evaluator< ConditionMatrixType > m_conditionImpl
 
evaluator< ElseMatrixType > m_elseImpl
 
evaluator< ThenMatrixType > m_thenImpl
 

Detailed Description

template<typename ConditionMatrixType, typename ThenMatrixType, typename ElseMatrixType>
struct Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >

Definition at line 1236 of file CoreEvaluators.h.

Member Typedef Documentation

◆ CoeffReturnType

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef XprType::CoeffReturnType Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::CoeffReturnType

Definition at line 1259 of file CoreEvaluators.h.

◆ XprType

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::XprType

Definition at line 1239 of file CoreEvaluators.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
anonymous enum
Enumerator
CoeffReadCost 
Flags 
Alignment 

Definition at line 1240 of file CoreEvaluators.h.

Constructor & Destructor Documentation

◆ evaluator()

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::evaluator ( const XprType select)
inlineexplicit

Definition at line 1251 of file CoreEvaluators.h.

Member Function Documentation

◆ coeff() [1/2]

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::coeff ( Index  row,
Index  col 
) const
inline

Definition at line 1262 of file CoreEvaluators.h.

◆ coeff() [2/2]

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::coeff ( Index  index) const
inline

Definition at line 1271 of file CoreEvaluators.h.

Member Data Documentation

◆ m_conditionImpl

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
evaluator<ConditionMatrixType> Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::m_conditionImpl
protected

Definition at line 1280 of file CoreEvaluators.h.

◆ m_elseImpl

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
evaluator<ElseMatrixType> Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::m_elseImpl
protected

Definition at line 1282 of file CoreEvaluators.h.

◆ m_thenImpl

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
evaluator<ThenMatrixType> Eigen::internal::evaluator< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::m_thenImpl
protected

Definition at line 1281 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:37