Public Types
internal::traits< ProductBase< Derived, _Lhs, _Rhs > > Struct Template Reference

#include <ProductBase.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = traits<Lhs>::RowsAtCompileTime, ColsAtCompileTime = traits<Rhs>::ColsAtCompileTime, MaxRowsAtCompileTime = traits<Lhs>::MaxRowsAtCompileTime, MaxColsAtCompileTime = traits<Rhs>::MaxColsAtCompileTime,
  Flags, CoeffReadCost = 0
}
typedef promote_index_type
< typename traits< Lhs >
::Index, typename traits< Rhs >
::Index >::type 
Index
typedef remove_all< _Lhs >::type Lhs
typedef remove_all< _Rhs >::type Rhs
typedef scalar_product_traits
< typename Lhs::Scalar,
typename Rhs::Scalar >
::ReturnType 
Scalar
typedef promote_storage_type
< typename traits< Lhs >
::StorageKind, typename traits
< Rhs >::StorageKind >::ret 
StorageKind
typedef MatrixXpr XprKind

Detailed Description

template<typename Derived, typename _Lhs, typename _Rhs>
struct internal::traits< ProductBase< Derived, _Lhs, _Rhs > >

Definition at line 35 of file ProductBase.h.


Member Typedef Documentation

template<typename Derived , typename _Lhs , typename _Rhs >
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::Index

Definition at line 44 of file ProductBase.h.

template<typename Derived , typename _Lhs , typename _Rhs >
typedef remove_all<_Lhs>::type internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::Lhs

Definition at line 38 of file ProductBase.h.

template<typename Derived , typename _Lhs , typename _Rhs >
typedef remove_all<_Rhs>::type internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::Rhs

Definition at line 39 of file ProductBase.h.

template<typename Derived , typename _Lhs , typename _Rhs >
typedef scalar_product_traits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::Scalar

Definition at line 40 of file ProductBase.h.

template<typename Derived , typename _Lhs , typename _Rhs >
typedef promote_storage_type<typename traits<Lhs>::StorageKind, typename traits<Rhs>::StorageKind>::ret internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::StorageKind

Definition at line 42 of file ProductBase.h.

template<typename Derived , typename _Lhs , typename _Rhs >
typedef MatrixXpr internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::XprKind

Definition at line 37 of file ProductBase.h.


Member Enumeration Documentation

template<typename Derived , typename _Lhs , typename _Rhs >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 

Definition at line 45 of file ProductBase.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:40