Public Types | |
| enum | { MaxRows = _Lhs::MaxRowsAtCompileTime, Rows = _Lhs::RowsAtCompileTime, MaxCols = _Rhs::MaxColsAtCompileTime, Cols = _Rhs::ColsAtCompileTime, MaxDepth, Depth, LargeThreshold = EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD } |
| enum | { value = selector::ret } |
| typedef remove_all< Lhs >::type | _Lhs |
| typedef remove_all< Rhs >::type | _Rhs |
Private Types | |
| enum | { rows_select = product_size_category<Rows, value = selector::ret, cols_select = product_size_category<Cols, value = selector::ret, depth_select = product_size_category<Depth, value = selector::ret } |
| typedef product_type_selector < rows_select, cols_select, depth_select > | selector |
| typedef remove_all<Lhs>::type Eigen::internal::product_type< Lhs, Rhs >::_Lhs |
| typedef remove_all<Rhs>::type Eigen::internal::product_type< Lhs, Rhs >::_Rhs |
typedef product_type_selector<rows_select, cols_select, depth_select> Eigen::internal::product_type< Lhs, Rhs >::selector [private] |
| anonymous enum |
anonymous enum [private] |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |