Main MRPT website > C++ reference
MRPT logo
Public Types

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


Detailed Description

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

Definition at line 35 of file ProductBase.h.

#include <src/Core/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 MatrixXpr XprKind
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 promote_index_type
< typename traits< Lhs >
::Index, typename traits< Rhs >
::Index >::type 
Index

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.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011