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

#include <KroneckerTensorProduct.h>

Public Types

enum  { Rows = size_at_compile_time<traits<Lhs>::RowsAtCompileTime, traits<Rhs>::RowsAtCompileTime>::ret, Cols = size_at_compile_time<traits<Lhs>::ColsAtCompileTime, traits<Rhs>::ColsAtCompileTime>::ret, MaxRows = size_at_compile_time<traits<Lhs>::MaxRowsAtCompileTime, traits<Rhs>::MaxRowsAtCompileTime>::ret, MaxCols = size_at_compile_time<traits<Lhs>::MaxColsAtCompileTime, traits<Rhs>::MaxColsAtCompileTime>::ret }
 
typedef remove_all< _Lhs >::type Lhs
 
typedef Matrix< Scalar, Rows, ColsReturnType
 
typedef remove_all< _Rhs >::type Rhs
 
typedef ScalarBinaryOpTraits< typename Lhs::Scalar, typename Rhs::Scalar >::ReturnType Scalar
 
typedef promote_index_type< typename Lhs::StorageIndex, typename Rhs::StorageIndex >::type StorageIndex
 

Detailed Description

template<typename _Lhs, typename _Rhs>
struct Eigen::internal::traits< KroneckerProduct< _Lhs, _Rhs > >

Definition at line 202 of file KroneckerTensorProduct.h.

Member Typedef Documentation

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

Definition at line 204 of file KroneckerTensorProduct.h.

template<typename _Lhs , typename _Rhs >
typedef Matrix<Scalar,Rows,Cols> Eigen::internal::traits< KroneckerProduct< _Lhs, _Rhs > >::ReturnType

Definition at line 216 of file KroneckerTensorProduct.h.

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

Definition at line 205 of file KroneckerTensorProduct.h.

template<typename _Lhs , typename _Rhs >
typedef ScalarBinaryOpTraits<typename Lhs::Scalar, typename Rhs::Scalar>::ReturnType Eigen::internal::traits< KroneckerProduct< _Lhs, _Rhs > >::Scalar

Definition at line 206 of file KroneckerTensorProduct.h.

template<typename _Lhs , typename _Rhs >
typedef promote_index_type<typename Lhs::StorageIndex, typename Rhs::StorageIndex>::type Eigen::internal::traits< KroneckerProduct< _Lhs, _Rhs > >::StorageIndex

Definition at line 207 of file KroneckerTensorProduct.h.

Member Enumeration Documentation

template<typename _Lhs , typename _Rhs >
anonymous enum
Enumerator
Rows 
Cols 
MaxRows 
MaxCols 

Definition at line 209 of file KroneckerTensorProduct.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:50