Public Types | List of all members
Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > Struct Template Reference

#include <CwiseBinaryOp.h>

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

Public Types

enum  { RowsAtCompileTime = traits<Ancestor>::RowsAtCompileTime, ColsAtCompileTime = traits<Ancestor>::ColsAtCompileTime, MaxRowsAtCompileTime = traits<Ancestor>::MaxRowsAtCompileTime, MaxColsAtCompileTime = traits<Ancestor>::MaxColsAtCompileTime }
 
enum  {
  LhsCoeffReadCost = _LhsNested::CoeffReadCost, RhsCoeffReadCost = _RhsNested::CoeffReadCost, LhsFlags = _LhsNested::Flags, RhsFlags = _RhsNested::Flags,
  SameType = is_same<typename _LhsNested::Scalar,typename _RhsNested::Scalar>::value, StorageOrdersAgree = (int(Lhs::Flags)&RowMajorBit)==(int(Rhs::Flags)&RowMajorBit), Flags0, Flags = (Flags0 & ~RowMajorBit) | (LhsFlags & RowMajorBit),
  CoeffReadCost = LhsCoeffReadCost + RhsCoeffReadCost + functor_traits<BinaryOp>::Cost
}
 
typedef remove_reference< LhsNested >::type _LhsNested
 
typedef remove_reference< RhsNested >::type _RhsNested
 
typedef remove_all< Lhs >::type Ancestor
 
typedef promote_index_type< typename traits< Lhs >::Index, typename traits< Rhs >::Index >::type Index
 
typedef Lhs::Nested LhsNested
 
typedef Rhs::Nested RhsNested
 
typedef result_of< BinaryOp(typename Lhs::Scalar, typename Rhs::Scalar) >::type Scalar
 
typedef promote_storage_type< typename traits< Lhs >::StorageKind, typename traits< Rhs >::StorageKind >::ret StorageKind
 
typedef traits< Ancestor >::XprKind XprKind
 

Detailed Description

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

Definition at line 38 of file CwiseBinaryOp.h.

Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef remove_reference<LhsNested>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_LhsNested

Definition at line 65 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef remove_reference<RhsNested>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_RhsNested

Definition at line 66 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Ancestor

Definition at line 42 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Index

Definition at line 62 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef Lhs::Nested Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::LhsNested

Definition at line 63 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef Rhs::Nested Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::RhsNested

Definition at line 64 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef result_of< BinaryOp( typename Lhs::Scalar, typename Rhs::Scalar ) >::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar

Definition at line 58 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef promote_storage_type<typename traits<Lhs>::StorageKind, typename traits<Rhs>::StorageKind>::ret Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind

Definition at line 60 of file CwiseBinaryOp.h.

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef traits<Ancestor>::XprKind Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::XprKind

Definition at line 43 of file CwiseBinaryOp.h.

Member Enumeration Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
anonymous enum
Enumerator
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 

Definition at line 44 of file CwiseBinaryOp.h.

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

Definition at line 67 of file CwiseBinaryOp.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20