Public Types

internal::traits< SelfAdjointView< MatrixType, UpLo > > Struct Template Reference

#include <SelfAdjointView.h>

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

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


Member Typedef Documentation

template<typename MatrixType , unsigned int UpLo>
typedef MatrixType::PlainObject internal::traits< SelfAdjointView< MatrixType, UpLo > >::DenseMatrixType
template<typename MatrixType , unsigned int UpLo>
typedef MatrixType internal::traits< SelfAdjointView< MatrixType, UpLo > >::ExpressionType
template<typename MatrixType , unsigned int UpLo>
typedef nested<MatrixType>::type internal::traits< SelfAdjointView< MatrixType, UpLo > >::MatrixTypeNested
template<typename MatrixType , unsigned int UpLo>
typedef remove_all<MatrixTypeNested>::type internal::traits< SelfAdjointView< MatrixType, UpLo > >::MatrixTypeNestedCleaned

Member Enumeration Documentation

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

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