Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > > Struct Template Reference

Public Types

enum  {
  CoeffReadCost = internal::traits<_CoefficientsType>::CoeffReadCost, RowsAtCompileTime = _Rows, ColsAtCompileTime = _Cols, MaxRowsAtCompileTime = _Rows,
  MaxColsAtCompileTime = _Cols, Flags = LvalueBit, Supers = _Supers, Subs = _Subs,
  Options = _Options, DataRowsAtCompileTime = ((Supers!=Dynamic) && (Subs!=Dynamic)) ? 1 + Supers + Subs : Dynamic
}
 
typedef _CoefficientsType::Scalar Scalar
 
typedef _CoefficientsType::StorageKind StorageKind
 
typedef _CoefficientsType::Index Index
 
typedef _CoefficientsType CoefficientsType
 

Detailed Description

template<typename _CoefficientsType, int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
struct Eigen::internal::traits< BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > >

Definition at line 240 of file BandMatrix.h.


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