Main MRPT website > C++ reference
MRPT logo
Public Types

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


Detailed Description

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

Definition at line 40 of file SparseVector.h.

#include <src/Sparse/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 _Scalar Scalar
typedef _Index Index
typedef Sparse StorageKind
typedef MatrixXpr XprKind

Member Typedef Documentation

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

Definition at line 43 of file SparseVector.h.

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

Definition at line 42 of file SparseVector.h.

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

Definition at line 44 of file SparseVector.h.

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

Definition at line 45 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 46 of file SparseVector.h.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011