
Public Types | |
| enum | { Flags = traits<CwiseBinaryOp<BinaryOp, Lhs, Flags = traits<CwiseBinaryOp<BinaryOp, OuterStrideAtCompileTime = Lhs::OuterStrideAtCompileTime, InnerStrideAtCompileTime = Lhs::InnerStrideAtCompileTime } |
| 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 Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_LhsNested [inherited] |
typedef remove_reference<RhsNested>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::_RhsNested [inherited] |
typedef remove_all<Lhs>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Ancestor [inherited] |
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Index [inherited] |
typedef Lhs::Nested Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::LhsNested [inherited] |
typedef Rhs::Nested Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::RhsNested [inherited] |
typedef result_of< BinaryOp( typename Lhs::Scalar, typename Rhs::Scalar ) >::type Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::Scalar [inherited] |
typedef promote_storage_type<typename traits<Lhs>::StorageKind, typename traits<Rhs>::StorageKind>::ret Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::StorageKind [inherited] |
typedef traits<Ancestor>::XprKind Eigen::internal::traits< CwiseBinaryOp< BinaryOp, Lhs, Rhs > >::XprKind [inherited] |
anonymous enum [inherited] |
anonymous enum [inherited] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |