Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > > Struct Reference

List of all members.

Public Types

enum  {
  IsRowMajor = (int(MatrixType::Flags)&RowMajorBit)==RowMajorBit, Flags = MatrixType::Flags, RowsAtCompileTime = IsRowMajor ? Size : MatrixType::RowsAtCompileTime, ColsAtCompileTime = IsRowMajor ? MatrixType::ColsAtCompileTime : Size,
  MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime, CoeffReadCost = MatrixType::CoeffReadCost
}
typedef traits< MatrixType >
::Scalar 
Scalar
typedef traits< MatrixType >::Index Index
typedef traits< MatrixType >
::StorageKind 
StorageKind
typedef MatrixXpr XprKind

Member Typedef Documentation

typedef traits<MatrixType>::Index Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Index

Definition at line 34 of file Sparse.

typedef traits<MatrixType>::Scalar Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::Scalar

Definition at line 33 of file Sparse.

typedef traits<MatrixType>::StorageKind Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::StorageKind

Definition at line 35 of file Sparse.

typedef MatrixXpr Eigen::internal::traits< SparseInnerVectorSet< MatrixType, Size > >::XprKind

Definition at line 36 of file Sparse.


Member Enumeration Documentation

anonymous enum
Enumerator:
IsRowMajor 
Flags 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
CoeffReadCost 

Definition at line 37 of file Sparse.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011