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 |
| typedef remove_all<Rhs>::type Eigen::internal::product_type::_Rhs |
typedef product_type_selector<rows_select, cols_select, depth_select> Eigen::internal::product_type::selector [private] |
| anonymous enum |
anonymous enum [private] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |