Public Types | List of all members
Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > > Struct Template Reference

#include <SparseDiagonalProduct.h>

Public Types

enum  {
  RowsAtCompileTime = _Lhs::RowsAtCompileTime, ColsAtCompileTime = _Rhs::ColsAtCompileTime, MaxRowsAtCompileTime = _Lhs::MaxRowsAtCompileTime, MaxColsAtCompileTime = _Rhs::MaxColsAtCompileTime,
  SparseFlags = is_diagonal<_Lhs>::ret ? int(_Rhs::Flags) : int(_Lhs::Flags), Flags = (SparseFlags&RowMajorBit), CoeffReadCost = Dynamic
}
 
typedef remove_all< Lhs >::type _Lhs
 
typedef remove_all< Rhs >::type _Rhs
 
typedef promote_index_type< typename traits< Lhs >::Index, typename traits< Rhs >::Index >::type Index
 
typedef _Lhs::Scalar Scalar
 
typedef Sparse StorageKind
 
typedef MatrixXpr XprKind
 

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > >

Definition at line 30 of file SparseDiagonalProduct.h.

Member Typedef Documentation

template<typename Lhs , typename Rhs >
typedef remove_all<Lhs>::type Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::_Lhs

Definition at line 32 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef remove_all<Rhs>::type Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::_Rhs

Definition at line 33 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef promote_index_type<typename traits<Lhs>::Index, typename traits<Rhs>::Index>::type Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::Index

Definition at line 36 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef _Lhs::Scalar Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::Scalar

Definition at line 34 of file SparseDiagonalProduct.h.

template<typename Lhs , typename Rhs >
typedef Sparse Eigen::internal::traits< SparseDiagonalProduct< Lhs, Rhs > >::StorageKind

Definition at line 37 of file SparseDiagonalProduct.h.

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

Definition at line 38 of file SparseDiagonalProduct.h.

Member Enumeration Documentation

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

Definition at line 39 of file SparseDiagonalProduct.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