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

#include <GeneralProduct.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 Eigen::internal::product_type< Lhs, Rhs >

Definition at line 57 of file GeneralProduct.h.


Member Typedef Documentation

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

Definition at line 59 of file GeneralProduct.h.

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

Definition at line 60 of file GeneralProduct.h.

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 81 of file GeneralProduct.h.


Member Enumeration Documentation

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

Definition at line 61 of file GeneralProduct.h.

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

Definition at line 76 of file GeneralProduct.h.

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

Definition at line 84 of file GeneralProduct.h.


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


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:01:03