Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >:

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_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
 

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.


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