Public Types | |
| enum | { LhsCoeffReadCost = _LhsNested::CoeffReadCost, RhsCoeffReadCost = _RhsNested::CoeffReadCost, LhsFlags = _LhsNested::Flags, RhsFlags = _RhsNested::Flags, RowsAtCompileTime = _LhsNested::RowsAtCompileTime, ColsAtCompileTime = _RhsNested::ColsAtCompileTime, MaxRowsAtCompileTime = _LhsNested::MaxRowsAtCompileTime, MaxColsAtCompileTime = _RhsNested::MaxColsAtCompileTime, InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(_LhsNested::ColsAtCompileTime, _RhsNested::RowsAtCompileTime), EvalToRowMajor = (RhsFlags & LhsFlags & RowMajorBit), RemovedBits = ~(EvalToRowMajor ? 0 : RowMajorBit), Flags, CoeffReadCost = Dynamic } |
| typedef MatrixXpr | XprKind |
| typedef remove_all< LhsNested > ::type | _LhsNested |
| typedef remove_all< RhsNested > ::type | _RhsNested |
| typedef _LhsNested::Scalar | Scalar |
| typedef promote_index_type < typename traits< _LhsNested > ::Index, typename traits < _RhsNested >::Index >::type | Index |
| typedef Sparse | StorageKind |
| typedef remove_all<LhsNested>::type Eigen::internal::traits< SparseSparseProduct< LhsNested, RhsNested > >::_LhsNested |
| typedef remove_all<RhsNested>::type Eigen::internal::traits< SparseSparseProduct< LhsNested, RhsNested > >::_RhsNested |
| typedef promote_index_type<typename traits<_LhsNested>::Index, typename traits<_RhsNested>::Index>::type Eigen::internal::traits< SparseSparseProduct< LhsNested, RhsNested > >::Index |
| typedef _LhsNested::Scalar Eigen::internal::traits< SparseSparseProduct< LhsNested, RhsNested > >::Scalar |
| typedef Sparse Eigen::internal::traits< SparseSparseProduct< LhsNested, RhsNested > >::StorageKind |
| typedef MatrixXpr Eigen::internal::traits< SparseSparseProduct< LhsNested, RhsNested > >::XprKind |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |