Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::internal::traits< SelfAdjointView< MatrixType, UpLo > > Struct Template Reference

Detailed Description

template<typename MatrixType, unsigned int UpLo>
struct Eigen::internal::traits< SelfAdjointView< MatrixType, UpLo > >

Definition at line 47 of file Core.

List of all members.

Public Types

enum  { Mode = UpLo | SelfAdjoint, Flags, CoeffReadCost = MatrixTypeNestedCleaned::CoeffReadCost }
typedef nested< MatrixType >::type MatrixTypeNested
typedef remove_all
< MatrixTypeNested >::type 
MatrixTypeNestedCleaned
typedef MatrixType ExpressionType
typedef MatrixType::PlainObject DenseMatrixType

Member Typedef Documentation

template<typename MatrixType , unsigned int UpLo>
typedef MatrixType::PlainObject Eigen::internal::traits< SelfAdjointView< MatrixType, UpLo > >::DenseMatrixType

Definition at line 52 of file Core.

template<typename MatrixType , unsigned int UpLo>
typedef MatrixType Eigen::internal::traits< SelfAdjointView< MatrixType, UpLo > >::ExpressionType

Definition at line 51 of file Core.

template<typename MatrixType , unsigned int UpLo>
typedef nested<MatrixType>::type Eigen::internal::traits< SelfAdjointView< MatrixType, UpLo > >::MatrixTypeNested

Definition at line 49 of file Core.

template<typename MatrixType , unsigned int UpLo>
typedef remove_all<MatrixTypeNested>::type Eigen::internal::traits< SelfAdjointView< MatrixType, UpLo > >::MatrixTypeNestedCleaned

Definition at line 50 of file Core.


Member Enumeration Documentation

template<typename MatrixType , unsigned int UpLo>
anonymous enum
Enumerator:
Mode 
Flags 
CoeffReadCost 

Definition at line 53 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo