Public Types

internal::traits< Diagonal< MatrixType, DiagIndex > > Struct Template Reference

#include <Diagonal.h>

List of all members.

Public Types

enum  {
  AbsDiagIndex = DiagIndex<0 ? -DiagIndex : DiagIndex, RowsAtCompileTime, ColsAtCompileTime = 1, MaxRowsAtCompileTime,
  MaxColsAtCompileTime = 1, MaskLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0, Flags = (unsigned int)_MatrixTypeNested::Flags & (HereditaryBits | LinearAccessBit | MaskLvalueBit | DirectAccessBit) & ~RowMajorBit, CoeffReadCost = _MatrixTypeNested::CoeffReadCost,
  MatrixTypeOuterStride = outer_stride_at_compile_time<MatrixType>::ret, InnerStrideAtCompileTime = MatrixTypeOuterStride == Dynamic ? Dynamic : MatrixTypeOuterStride+1, OuterStrideAtCompileTime = 0
}
typedef nested< MatrixType >::type MatrixTypeNested
typedef remove_reference
< MatrixTypeNested >::type 
_MatrixTypeNested
typedef MatrixType::StorageKind StorageKind

template<typename MatrixType, int DiagIndex>
struct internal::traits< Diagonal< MatrixType, DiagIndex > >


Member Typedef Documentation

template<typename MatrixType , int DiagIndex>
typedef remove_reference<MatrixTypeNested>::type internal::traits< Diagonal< MatrixType, DiagIndex > >::_MatrixTypeNested
template<typename MatrixType , int DiagIndex>
typedef nested<MatrixType>::type internal::traits< Diagonal< MatrixType, DiagIndex > >::MatrixTypeNested
template<typename MatrixType , int DiagIndex>
typedef MatrixType::StorageKind internal::traits< Diagonal< MatrixType, DiagIndex > >::StorageKind

Member Enumeration Documentation

template<typename MatrixType , int DiagIndex>
anonymous enum
Enumerator:
AbsDiagIndex 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
MaskLvalueBit 
Flags 
CoeffReadCost 
MatrixTypeOuterStride 
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 

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