Public Types | List of all members
Eigen::internal::traits< ProductBase< Derived, _Lhs, _Rhs > > Struct Template Reference

#include <ProductBase.h>

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 Eigen::internal::traits< ProductBase< Derived, _Lhs, _Rhs > >

Definition at line 22 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 Eigen::internal::traits< ProductBase< Derived, _Lhs, _Rhs > >::Index

Definition at line 31 of file ProductBase.h.

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

Definition at line 25 of file ProductBase.h.

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

Definition at line 26 of file ProductBase.h.

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

Definition at line 27 of file ProductBase.h.

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

Definition at line 29 of file ProductBase.h.

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

Definition at line 24 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 32 of file ProductBase.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20