Public Types

internal::traits< Minor< MatrixType > > Struct Template Reference

#include <Minor.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime, ColsAtCompileTime, MaxRowsAtCompileTime, MaxColsAtCompileTime,
  Flags = _MatrixTypeNested::Flags & (HereditaryBits | LvalueBit), CoeffReadCost = _MatrixTypeNested::CoeffReadCost
}
typedef nested< MatrixType >::type MatrixTypeNested
typedef remove_reference
< MatrixTypeNested >::type 
_MatrixTypeNested
typedef MatrixType::StorageKind StorageKind

template<typename MatrixType>
struct internal::traits< Minor< MatrixType > >


Member Typedef Documentation

template<typename MatrixType >
typedef remove_reference<MatrixTypeNested>::type internal::traits< Minor< MatrixType > >::_MatrixTypeNested
template<typename MatrixType >
typedef nested<MatrixType>::type internal::traits< Minor< MatrixType > >::MatrixTypeNested
template<typename MatrixType >
typedef MatrixType::StorageKind internal::traits< Minor< MatrixType > >::StorageKind

Member Enumeration Documentation

template<typename MatrixType >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost 

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