Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< Reverse< MatrixType, Direction > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::traits< Reverse< MatrixType, Direction > >:
+ Collaboration diagram for Eigen::internal::traits< Reverse< MatrixType, Direction > >:

Public Types

enum  {
  RowsAtCompileTime = MatrixType::RowsAtCompileTime, ColsAtCompileTime = MatrixType::ColsAtCompileTime, MaxRowsAtCompileTime = MatrixType::MaxRowsAtCompileTime, MaxColsAtCompileTime = MatrixType::MaxColsAtCompileTime,
  LinearAccess, Flags = int(_MatrixTypeNested::Flags) & (HereditaryBits | LvalueBit | PacketAccessBit | LinearAccess), CoeffReadCost = _MatrixTypeNested::CoeffReadCost
}
 
typedef MatrixType::Scalar Scalar
 
typedef traits< MatrixType >::StorageKind StorageKind
 
typedef traits< MatrixType >::XprKind XprKind
 
typedef nested< MatrixType >::type MatrixTypeNested
 
typedef remove_reference< MatrixTypeNested >::type _MatrixTypeNested
 

Detailed Description

template<typename MatrixType, int Direction>
struct Eigen::internal::traits< Reverse< MatrixType, Direction > >

Definition at line 34 of file Reverse.h.


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