Public Types
Eigen::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 nested< MatrixType >::type MatrixTypeNested
typedef remove_reference
< MatrixTypeNested >::type 
MatrixTypeNestedPlain
typedef MatrixType::Scalar Scalar
typedef traits< MatrixType >
::StorageKind 
StorageKind
typedef traits< MatrixType >
::XprKind 
XprKind

Detailed Description

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

Definition at line 32 of file Transpose.h.


Member Typedef Documentation

template<typename MatrixType >
typedef nested<MatrixType>::type Eigen::internal::traits< Transpose< MatrixType > >::MatrixTypeNested

Definition at line 35 of file Transpose.h.

template<typename MatrixType >
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< Transpose< MatrixType > >::MatrixTypeNestedPlain

Definition at line 36 of file Transpose.h.

template<typename MatrixType >
typedef MatrixType::Scalar Eigen::internal::traits< Transpose< MatrixType > >::Scalar

Definition at line 34 of file Transpose.h.

template<typename MatrixType >
typedef traits<MatrixType>::StorageKind Eigen::internal::traits< Transpose< MatrixType > >::StorageKind

Definition at line 37 of file Transpose.h.

template<typename MatrixType >
typedef traits<MatrixType>::XprKind Eigen::internal::traits< Transpose< MatrixType > >::XprKind

Definition at line 38 of file Transpose.h.


Member Enumeration Documentation

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

Definition at line 39 of file Transpose.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:13:04