Public Types
internal::traits< SparseVector< _Scalar, _Options, _Index > > Struct Template Reference

#include <SparseVector.h>

List of all members.

Public Types

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

Detailed Description

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

Definition at line 42 of file SparseVector.h.


Member Typedef Documentation

template<typename _Scalar , int _Options, typename _Index >
typedef _Index internal::traits< SparseVector< _Scalar, _Options, _Index > >::Index

Definition at line 45 of file SparseVector.h.

template<typename _Scalar , int _Options, typename _Index >
typedef _Scalar internal::traits< SparseVector< _Scalar, _Options, _Index > >::Scalar

Definition at line 44 of file SparseVector.h.

template<typename _Scalar , int _Options, typename _Index >
typedef Sparse internal::traits< SparseVector< _Scalar, _Options, _Index > >::StorageKind

Definition at line 46 of file SparseVector.h.

template<typename _Scalar , int _Options, typename _Index >
typedef MatrixXpr internal::traits< SparseVector< _Scalar, _Options, _Index > >::XprKind

Definition at line 47 of file SparseVector.h.


Member Enumeration Documentation

template<typename _Scalar , int _Options, typename _Index >
anonymous enum
Enumerator:
IsColVector 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 
SupportedAccessPatterns 

Definition at line 48 of file SparseVector.h.


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


libicr
Author(s): Robert Krug
autogenerated on Mon Jan 6 2014 11:34:38