Public Types | |
| enum | { RowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::RowsAtCompileTime, ColsAtCompileTime = Direction==Horizontal ? 1 : MatrixType::ColsAtCompileTime, MaxRowsAtCompileTime = Direction==Vertical ? 1 : MatrixType::MaxRowsAtCompileTime, MaxColsAtCompileTime = Direction==Horizontal ? 1 : MatrixType::MaxColsAtCompileTime, Flags0 = (unsigned int)_MatrixTypeNested::Flags & HereditaryBits, Flags = (Flags0 & ~RowMajorBit) | (RowsAtCompileTime == 1 ? RowMajorBit : 0), TraversalSize = Direction==Vertical ? RowsAtCompileTime : ColsAtCompileTime } |
| enum | { CoeffReadCost = TraversalSize * traits<_MatrixTypeNested>::CoeffReadCost + int(CostOpType::value) } |
| typedef MemberOp::result_type | Scalar |
| typedef traits< MatrixType > ::StorageKind | StorageKind |
| typedef traits< MatrixType > ::XprKind | XprKind |
| typedef MatrixType::Scalar | InputScalar |
| typedef nested< MatrixType >::type | MatrixTypeNested |
| typedef remove_all < MatrixTypeNested >::type | _MatrixTypeNested |
| typedef MemberOp::template Cost< InputScalar, TraversalSize > | CostOpType |
| typedef remove_all<MatrixTypeNested>::type Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::_MatrixTypeNested |
| typedef MemberOp::template Cost<InputScalar,TraversalSize> Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::CostOpType |
| typedef MatrixType::Scalar Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::InputScalar |
| typedef nested<MatrixType>::type Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::MatrixTypeNested |
| typedef MemberOp::result_type Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::Scalar |
| typedef traits<MatrixType>::StorageKind Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::StorageKind |
| typedef traits<MatrixType>::XprKind Eigen::internal::traits< PartialReduxExpr< MatrixType, MemberOp, Direction > >::XprKind |
| anonymous enum |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |