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

Public Types

enum  { Factor = (RowFactor==Dynamic || ColFactor==Dynamic) ? Dynamic : RowFactor*ColFactor }
 
enum  {
  RowsAtCompileTime, ColsAtCompileTime, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime,
  IsRowMajor, Flags = (_MatrixTypeNested::Flags & HereditaryBits & ~RowMajorBit) | (IsRowMajor ? RowMajorBit : 0), CoeffReadCost = _MatrixTypeNested::CoeffReadCost
}
 
typedef MatrixType::Scalar Scalar
 
typedef traits< MatrixType >::StorageKind StorageKind
 
typedef traits< MatrixType >::XprKind XprKind
 
typedef nested< MatrixType, Factor >::type MatrixTypeNested
 
typedef remove_reference< MatrixTypeNested >::type _MatrixTypeNested
 

Detailed Description

template<typename MatrixType, int RowFactor, int ColFactor>
struct Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >

Definition at line 32 of file Replicate.h.


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