Public Types | |
| enum | { LhsCoeffReadCost = _LhsNested::CoeffReadCost, RhsCoeffReadCost = _RhsNested::CoeffReadCost, LhsFlags = _LhsNested::Flags, RhsFlags = _RhsNested::Flags, RowsAtCompileTime = _LhsNested::RowsAtCompileTime, ColsAtCompileTime = _RhsNested::ColsAtCompileTime, InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime), MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime, MaxColsAtCompileTime = _RhsNested::MaxColsAtCompileTime, LhsRowMajor = LhsFlags & RowMajorBit, RhsRowMajor = RhsFlags & RowMajorBit, SameType = is_same<typename _LhsNested::Scalar, value, CanVectorizeRhs, CanVectorizeLhs, EvalToRowMajor, Flags, CoeffReadCost, CanVectorizeInner } |
| typedef MatrixXpr | XprKind |
| typedef remove_all< LhsNested > ::type | _LhsNested |
| typedef remove_all< RhsNested > ::type | _RhsNested |
| typedef scalar_product_traits < typename _LhsNested::Scalar, typename _RhsNested::Scalar > ::ReturnType | Scalar |
| typedef promote_storage_type < typename traits< _LhsNested > ::StorageKind, typename traits < _RhsNested >::StorageKind > ::ret | StorageKind |
| typedef promote_index_type < typename traits< _LhsNested > ::Index, typename traits < _RhsNested >::Index >::type | Index |
| typedef remove_all<LhsNested>::type Eigen::internal::traits< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >::_LhsNested |
| typedef remove_all<RhsNested>::type Eigen::internal::traits< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >::_RhsNested |
| typedef promote_index_type<typename traits<_LhsNested>::Index, typename traits<_RhsNested>::Index>::type Eigen::internal::traits< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >::Index |
| typedef scalar_product_traits<typename _LhsNested::Scalar, typename _RhsNested::Scalar>::ReturnType Eigen::internal::traits< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >::Scalar |
| typedef promote_storage_type<typename traits<_LhsNested>::StorageKind, typename traits<_RhsNested>::StorageKind>::ret Eigen::internal::traits< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >::StorageKind |
| typedef MatrixXpr Eigen::internal::traits< CoeffBasedProduct< LhsNested, RhsNested, NestingFlags > >::XprKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |