Public Types

internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > Struct Template Reference

#include <CwiseBinaryOp.h>

Inheritance diagram for internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >:
internal::traits< SelfCwiseBinaryOp< BinaryOp, Lhs, Rhs > >

List of all members.

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, 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_all< Lhs >::type Ancestor
typedef traits< Ancestor >::XprKind XprKind
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 promote_index_type
< typename traits< Lhs >
::Index, typename traits< Rhs >
::Index >::type 
Index
typedef Lhs::Nested LhsNested
typedef Rhs::Nested RhsNested
typedef remove_reference
< LhsNested >::type 
_LhsNested
typedef remove_reference
< RhsNested >::type 
_RhsNested

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


Member Typedef Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
typedef remove_reference<LhsNested>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_LhsNested
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef remove_reference<RhsNested>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_RhsNested
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Ancestor
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Index
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef Lhs::Nested internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::LhsNested
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef Rhs::Nested internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::RhsNested
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef result_of< BinaryOp( typename Lhs::Scalar, typename Rhs::Scalar ) >::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef promote_storage_type<typename traits<Lhs>::StorageKind, typename traits<Rhs>::StorageKind>::ret internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind
template<typename BinaryOp , typename Lhs , typename Rhs >
typedef traits<Ancestor>::XprKind internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::XprKind

Member Enumeration Documentation

template<typename BinaryOp , typename Lhs , typename Rhs >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
template<typename BinaryOp , typename Lhs , typename Rhs >
anonymous enum
Enumerator:
LhsCoeffReadCost 
RhsCoeffReadCost 
LhsFlags 
RhsFlags 
SameType 
value 
StorageOrdersAgree 
Flags0 
Flags 
CoeffReadCost 

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