Public Types

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

#include <Transpose.h>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = MatrixType::ColsAtCompileTime, ColsAtCompileTime = MatrixType::RowsAtCompileTime, MaxRowsAtCompileTime = MatrixType::MaxColsAtCompileTime, MaxColsAtCompileTime = MatrixType::MaxRowsAtCompileTime,
  FlagsLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0, Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit), Flags1 = Flags0 | FlagsLvalueBit, Flags = Flags1 ^ RowMajorBit,
  CoeffReadCost = MatrixTypeNestedPlain::CoeffReadCost, InnerStrideAtCompileTime = inner_stride_at_compile_time<MatrixType>::ret, OuterStrideAtCompileTime = outer_stride_at_compile_time<MatrixType>::ret
}
typedef MatrixType::Scalar Scalar
typedef nested< MatrixType >::type MatrixTypeNested
typedef remove_reference
< MatrixTypeNested >::type 
MatrixTypeNestedPlain
typedef traits< MatrixType >
::StorageKind 
StorageKind
typedef traits< MatrixType >
::XprKind 
XprKind

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


Member Typedef Documentation

template<typename MatrixType >
typedef nested<MatrixType>::type internal::traits< Transpose< MatrixType > >::MatrixTypeNested
template<typename MatrixType >
typedef remove_reference<MatrixTypeNested>::type internal::traits< Transpose< MatrixType > >::MatrixTypeNestedPlain
template<typename MatrixType >
typedef MatrixType::Scalar internal::traits< Transpose< MatrixType > >::Scalar
template<typename MatrixType >
typedef traits<MatrixType>::StorageKind internal::traits< Transpose< MatrixType > >::StorageKind
template<typename MatrixType >
typedef traits<MatrixType>::XprKind internal::traits< Transpose< MatrixType > >::XprKind

Member Enumeration Documentation

template<typename MatrixType >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
FlagsLvalueBit 
Flags0 
Flags1 
Flags 
CoeffReadCost 
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 

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