Definition at line 70 of file Product.h.
#include <src/Core/Product.h>
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 internal::product_type< Lhs, Rhs >::_Lhs |
typedef remove_all<Rhs>::type internal::product_type< Lhs, Rhs >::_Rhs |
typedef product_type_selector<rows_select, cols_select, depth_select> internal::product_type< Lhs, Rhs >::selector [private] |
anonymous enum |
anonymous enum [private] |
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |