Definition at line 51 of file CwiseBinaryOp.h.
#include <src/Core/CwiseBinaryOp.h>

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 |
| typedef remove_reference<LhsNested>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_LhsNested |
Definition at line 78 of file CwiseBinaryOp.h.
| typedef remove_reference<RhsNested>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_RhsNested |
Definition at line 79 of file CwiseBinaryOp.h.
| typedef remove_all<Lhs>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Ancestor |
Definition at line 55 of file CwiseBinaryOp.h.
| typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Index |
Definition at line 75 of file CwiseBinaryOp.h.
| typedef Lhs::Nested internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::LhsNested |
Definition at line 76 of file CwiseBinaryOp.h.
| typedef Rhs::Nested internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::RhsNested |
Definition at line 77 of file CwiseBinaryOp.h.
| typedef result_of< BinaryOp( typename Lhs::Scalar, typename Rhs::Scalar ) >::type internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar |
Definition at line 71 of file CwiseBinaryOp.h.
| typedef promote_storage_type<typename traits<Lhs>::StorageKind, typename traits<Rhs>::StorageKind>::ret internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind |
Definition at line 73 of file CwiseBinaryOp.h.
| typedef traits<Ancestor>::XprKind internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::XprKind |
Definition at line 56 of file CwiseBinaryOp.h.
| anonymous enum |
| LhsCoeffReadCost | |
| RhsCoeffReadCost | |
| LhsFlags | |
| RhsFlags | |
| SameType | |
| value | |
| StorageOrdersAgree | |
| Flags0 | |
| Flags | |
| CoeffReadCost |
Definition at line 80 of file CwiseBinaryOp.h.
| anonymous enum |
Definition at line 57 of file CwiseBinaryOp.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |