Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > > Struct Reference
Inheritance diagram for Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >:
Inheritance graph
[legend]

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

Member Typedef Documentation

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

Definition at line 79 of file Core.

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

Definition at line 80 of file Core.

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

Definition at line 56 of file Core.

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

Definition at line 76 of file Core.

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

Definition at line 77 of file Core.

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

Definition at line 78 of file Core.

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

Definition at line 72 of file Core.

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

Definition at line 74 of file Core.

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

Definition at line 57 of file Core.


Member Enumeration Documentation

anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 

Definition at line 58 of file Core.

anonymous enum
Enumerator:
LhsCoeffReadCost 
RhsCoeffReadCost 
LhsFlags 
RhsFlags 
SameType 
value 
StorageOrdersAgree 
Flags0 
Flags 
CoeffReadCost 

Definition at line 81 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011