Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types
Eigen::internal::traits< SparseVector< _Scalar, _Options, _Index > > Struct Template Reference

Public Types

enum  {
  IsColVector = (_Options & RowMajorBit) ? 0 : 1, RowsAtCompileTime = IsColVector ? Dynamic : 1, ColsAtCompileTime = IsColVector ? 1 : Dynamic, MaxRowsAtCompileTime = RowsAtCompileTime,
  MaxColsAtCompileTime = ColsAtCompileTime, Flags = _Options | NestByRefBit | LvalueBit | (IsColVector ? 0 : RowMajorBit), CoeffReadCost = NumTraits<Scalar>::ReadCost, SupportedAccessPatterns = InnerRandomAccessPattern
}
 
typedef _Scalar Scalar
 
typedef _Index Index
 
typedef Sparse StorageKind
 
typedef MatrixXpr XprKind
 

Detailed Description

template<typename _Scalar, int _Options, typename _Index>
struct Eigen::internal::traits< SparseVector< _Scalar, _Options, _Index > >

Definition at line 30 of file SparseVector.h.


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