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

Public Types

enum  {
  RowsAtCompileTime, ColsAtCompileTime = 1, MaxRowsAtCompileTime, MaxColsAtCompileTime = 1,
  MaskLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0, Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit | DirectAccessBit) & ~RowMajorBit, CoeffReadCost = _MatrixTypeNested::CoeffReadCost, MatrixTypeOuterStride = outer_stride_at_compile_time<MatrixType>::ret,
  InnerStrideAtCompileTime = MatrixTypeOuterStride == Dynamic ? Dynamic : MatrixTypeOuterStride+1, OuterStrideAtCompileTime = 0
}
 
typedef nested< MatrixType >::type MatrixTypeNested
 
typedef remove_reference< MatrixTypeNested >::type _MatrixTypeNested
 
typedef MatrixType::StorageKind StorageKind
 

Detailed Description

template<typename MatrixType, int DiagIndex>
struct Eigen::internal::traits< Diagonal< MatrixType, DiagIndex > >

Definition at line 37 of file Diagonal.h.


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