Public Types | Private Types
internal::product_type< Lhs, Rhs > Struct Template Reference

#include <Product.h>

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,MaxRows>::value, cols_select = product_size_category<Cols,MaxCols>::value, depth_select = product_size_category<Depth,MaxDepth>::value }
typedef product_type_selector
< rows_select, cols_select,
depth_select
selector

Detailed Description

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

Definition at line 70 of file Product.h.


Member Typedef Documentation

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

Definition at line 72 of file Product.h.

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

Definition at line 73 of file Product.h.

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

Definition at line 94 of file Product.h.


Member Enumeration Documentation

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

Definition at line 74 of file Product.h.

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

Definition at line 89 of file Product.h.

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

Definition at line 97 of file Product.h.


The documentation for this struct was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:34