Public Types | List of all members
Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > > Struct Template Reference

#include <Select.h>

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

Public Types

enum  {
  RowsAtCompileTime = ConditionMatrixType::RowsAtCompileTime, ColsAtCompileTime = ConditionMatrixType::ColsAtCompileTime, MaxRowsAtCompileTime = ConditionMatrixType::MaxRowsAtCompileTime, MaxColsAtCompileTime = ConditionMatrixType::MaxColsAtCompileTime,
  Flags = (unsigned int)ThenMatrixType::Flags & ElseMatrixType::Flags & RowMajorBit
}
 
typedef ConditionMatrixType::Nested ConditionMatrixNested
 
typedef ElseMatrixType::Nested ElseMatrixNested
 
typedef traits< ThenMatrixType >::Scalar Scalar
 
typedef Dense StorageKind
 
typedef ThenMatrixType::Nested ThenMatrixNested
 
typedef traits< ThenMatrixType >::XprKind XprKind
 

Detailed Description

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

Definition at line 32 of file Select.h.

Member Typedef Documentation

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef ConditionMatrixType::Nested Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::ConditionMatrixNested

Definition at line 38 of file Select.h.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef ElseMatrixType::Nested Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::ElseMatrixNested

Definition at line 40 of file Select.h.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef traits<ThenMatrixType>::Scalar Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::Scalar

Definition at line 35 of file Select.h.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef Dense Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::StorageKind

Definition at line 36 of file Select.h.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef ThenMatrixType::Nested Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::ThenMatrixNested

Definition at line 39 of file Select.h.

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
typedef traits<ThenMatrixType>::XprKind Eigen::internal::traits< Select< ConditionMatrixType, ThenMatrixType, ElseMatrixType > >::XprKind

Definition at line 37 of file Select.h.

Member Enumeration Documentation

template<typename ConditionMatrixType , typename ThenMatrixType , typename ElseMatrixType >
anonymous enum
Enumerator
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 

Definition at line 41 of file Select.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:51