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 evaluator (const XprType &select)
 

Protected Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from Eigen::internal::noncopyable
EIGEN_DEVICE_FUNC noncopyable ()
 
EIGEN_DEVICE_FUNC ~noncopyable ()
 

Detailed Description

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

Definition at line 1117 of file CoreEvaluators.h.

Member Typedef Documentation

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

Definition at line 1139 of file CoreEvaluators.h.

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

Definition at line 1120 of file CoreEvaluators.h.

Member Enumeration Documentation

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

Definition at line 1121 of file CoreEvaluators.h.

Constructor & Destructor Documentation

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

Definition at line 1131 of file CoreEvaluators.h.

Member Function Documentation

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 1142 of file CoreEvaluators.h.

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 1151 of file CoreEvaluators.h.

Member Data Documentation

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

Definition at line 1160 of file CoreEvaluators.h.

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

Definition at line 1162 of file CoreEvaluators.h.

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

Definition at line 1161 of file CoreEvaluators.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:35