Public Types | List of all members
Eigen::internal::traits< Transpose< MatrixType > > Struct Template Reference

#include <Transpose.h>

Inheritance diagram for Eigen::internal::traits< Transpose< MatrixType > >:
Inheritance graph
[legend]

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:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20