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

Detailed Description

template<typename MatrixType, unsigned int _Mode>
struct Eigen::internal::traits< TriangularView< MatrixType, _Mode > >

Definition at line 152 of file Core.

List of all members.

Public Types

enum  { Mode = _Mode, Flags = (MatrixTypeNestedCleaned::Flags & (HereditaryBits) & (~(PacketAccessBit | DirectAccessBit | LinearAccessBit))) | Mode, CoeffReadCost = MatrixTypeNestedCleaned::CoeffReadCost }
typedef nested< MatrixType >::type MatrixTypeNested
typedef remove_reference
< MatrixTypeNested >::type 
MatrixTypeNestedNonRef
typedef remove_all
< MatrixTypeNested >::type 
MatrixTypeNestedCleaned
typedef MatrixType ExpressionType
typedef MatrixType::PlainObject DenseMatrixType

Member Typedef Documentation

template<typename MatrixType , unsigned int _Mode>
typedef MatrixType::PlainObject Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::DenseMatrixType

Definition at line 158 of file Core.

template<typename MatrixType , unsigned int _Mode>
typedef MatrixType Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::ExpressionType

Definition at line 157 of file Core.

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

Definition at line 154 of file Core.

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

Definition at line 156 of file Core.

template<typename MatrixType , unsigned int _Mode>
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNestedNonRef

Definition at line 155 of file Core.


Member Enumeration Documentation

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

Definition at line 159 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