Public Types

internal::traits< SparseMatrix< _Scalar, _Options, _Index > > Struct Template Reference

#include <SparseMatrix.h>

List of all members.

Public Types

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

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


Member Typedef Documentation

template<typename _Scalar , int _Options, typename _Index >
typedef _Index internal::traits< SparseMatrix< _Scalar, _Options, _Index > >::Index
template<typename _Scalar , int _Options, typename _Index >
typedef _Scalar internal::traits< SparseMatrix< _Scalar, _Options, _Index > >::Scalar
template<typename _Scalar , int _Options, typename _Index >
typedef Sparse internal::traits< SparseMatrix< _Scalar, _Options, _Index > >::StorageKind
template<typename _Scalar , int _Options, typename _Index >
typedef MatrixXpr internal::traits< SparseMatrix< _Scalar, _Options, _Index > >::XprKind

Member Enumeration Documentation

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

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