Public Types

internal::traits< TriangularView< MatrixType, _Mode > > Struct Template Reference

#include <TriangularMatrix.h>

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

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


Member Typedef Documentation

template<typename MatrixType , unsigned int _Mode>
typedef MatrixType::PlainObject internal::traits< TriangularView< MatrixType, _Mode > >::DenseMatrixType
template<typename MatrixType , unsigned int _Mode>
typedef MatrixType internal::traits< TriangularView< MatrixType, _Mode > >::ExpressionType
template<typename MatrixType , unsigned int _Mode>
typedef nested<MatrixType>::type internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNested
template<typename MatrixType , unsigned int _Mode>
typedef remove_all<MatrixTypeNested>::type internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNestedCleaned
template<typename MatrixType , unsigned int _Mode>
typedef remove_reference<MatrixTypeNested>::type internal::traits< TriangularView< MatrixType, _Mode > >::MatrixTypeNestedNonRef

Member Enumeration Documentation

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

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