Main MRPT website > C++ reference
MRPT logo
Public Types | Private Types
Eigen::internal::product_type< Lhs, Rhs > Struct Template Reference

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::internal::product_type< Lhs, Rhs >

Definition at line 71 of file Core.

List of all members.

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

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type Eigen::internal::product_type< Lhs, Rhs >::_Lhs

Definition at line 73 of file Core.

template<typename Lhs , typename Rhs >
typedef remove_all<Rhs>::type Eigen::internal::product_type< Lhs, Rhs >::_Rhs

Definition at line 74 of file Core.

template<typename Lhs , typename Rhs >
typedef product_type_selector<rows_select, cols_select, depth_select> Eigen::internal::product_type< Lhs, Rhs >::selector [private]

Definition at line 95 of file Core.


Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
MaxRows 
Rows 
MaxCols 
Cols 
MaxDepth 
Depth 
LargeThreshold 

Definition at line 75 of file Core.

template<typename Lhs , typename Rhs >
anonymous enum [private]
Enumerator:
rows_select 
value 
cols_select 
value 
depth_select 
value 

Definition at line 90 of file Core.

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
value 

Definition at line 98 of file Core.




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:
SourceForge.net Logo