Public Types
internal::traits< Product< Lhs, Rhs > > Struct Template Reference

#include <Product.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = LhsCleaned::RowsAtCompileTime, ColsAtCompileTime = RhsCleaned::ColsAtCompileTime, MaxRowsAtCompileTime = LhsCleaned::MaxRowsAtCompileTime, MaxColsAtCompileTime = RhsCleaned::MaxColsAtCompileTime,
  Flags = (MaxRowsAtCompileTime==1 ? RowMajorBit : 0), CoeffReadCost = 0
}
typedef promote_index_type
< typename traits< LhsCleaned >
::Index, typename traits
< RhsCleaned >::Index >::type 
Index
typedef remove_all< Lhs >::type LhsCleaned
typedef remove_all< Rhs >::type RhsCleaned
typedef scalar_product_traits
< typename traits< LhsCleaned >
::Scalar, typename traits
< RhsCleaned >::Scalar >
::ReturnType 
Scalar
typedef promote_storage_type
< typename traits< LhsCleaned >
::StorageKind, typename traits
< RhsCleaned >::StorageKind >
::ret 
StorageKind
typedef MatrixXpr XprKind

Detailed Description

template<typename Lhs, typename Rhs>
struct internal::traits< Product< Lhs, Rhs > >

Definition at line 30 of file Product.h.


Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef promote_index_type<typename traits<LhsCleaned>::Index, typename traits<RhsCleaned>::Index>::type internal::traits< Product< Lhs, Rhs > >::Index

Definition at line 39 of file Product.h.

template<typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type internal::traits< Product< Lhs, Rhs > >::LhsCleaned

Definition at line 33 of file Product.h.

template<typename Lhs , typename Rhs >
typedef remove_all<Rhs>::type internal::traits< Product< Lhs, Rhs > >::RhsCleaned

Definition at line 34 of file Product.h.

template<typename Lhs , typename Rhs >
typedef scalar_product_traits<typename traits<LhsCleaned>::Scalar, typename traits<RhsCleaned>::Scalar>::ReturnType internal::traits< Product< Lhs, Rhs > >::Scalar

Definition at line 35 of file Product.h.

template<typename Lhs , typename Rhs >
typedef promote_storage_type<typename traits<LhsCleaned>::StorageKind, typename traits<RhsCleaned>::StorageKind>::ret internal::traits< Product< Lhs, Rhs > >::StorageKind

Definition at line 37 of file Product.h.

template<typename Lhs , typename Rhs >
typedef MatrixXpr internal::traits< Product< Lhs, Rhs > >::XprKind

Definition at line 32 of file Product.h.


Member Enumeration Documentation

template<typename Lhs , typename Rhs >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 

Definition at line 40 of file Product.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:04