Public Types
Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > > Struct Template Reference

#include <Block.h>

List of all members.

Public Types

enum  {
  MatrixRows = traits<XprType>::RowsAtCompileTime, MatrixCols = traits<XprType>::ColsAtCompileTime, RowsAtCompileTime = MatrixRows == 0 ? 0 : BlockRows, ColsAtCompileTime = MatrixCols == 0 ? 0 : BlockCols,
  MaxRowsAtCompileTime, MaxColsAtCompileTime, XprTypeIsRowMajor = (int(traits<XprType>::Flags)&RowMajorBit) != 0, IsRowMajor,
  HasSameStorageOrderAsXprType = (IsRowMajor == XprTypeIsRowMajor), InnerSize = IsRowMajor ? int(ColsAtCompileTime) : int(RowsAtCompileTime), InnerStrideAtCompileTime, OuterStrideAtCompileTime,
  MaskPacketAccessBit, MaskAlignedBit = (InnerPanel && (OuterStrideAtCompileTime!=Dynamic) && (((OuterStrideAtCompileTime * int(sizeof(Scalar))) % 16) == 0)) ? AlignedBit : 0, FlagsLinearAccessBit = (RowsAtCompileTime == 1 || ColsAtCompileTime == 1) ? LinearAccessBit : 0, FlagsLvalueBit = is_lvalue<XprType>::value ? LvalueBit : 0,
  FlagsRowMajorBit = IsRowMajor ? RowMajorBit : 0, Flags0, Flags = Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit
}
typedef remove_reference
< XprTypeNested >::type 
_XprTypeNested
typedef traits< XprType >::Scalar Scalar
typedef traits< XprType >
::StorageKind 
StorageKind
typedef traits< XprType >::XprKind XprKind
typedef nested< XprType >::type XprTypeNested

Detailed Description

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
struct Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >

Definition at line 51 of file Core/Block.h.


Member Typedef Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef remove_reference<XprTypeNested>::type Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::_XprTypeNested

Definition at line 57 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::Scalar Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::Scalar

Definition at line 53 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::StorageKind Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::StorageKind

Definition at line 54 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef traits<XprType>::XprKind Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::XprKind

Definition at line 55 of file Core/Block.h.

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
typedef nested<XprType>::type Eigen::internal::traits< Block< XprType, BlockRows, BlockCols, InnerPanel, HasDirectAccess > >::XprTypeNested

Definition at line 56 of file Core/Block.h.


Member Enumeration Documentation

template<typename XprType , int BlockRows, int BlockCols, bool InnerPanel, bool HasDirectAccess>
anonymous enum
Enumerator:
MatrixRows 
MatrixCols 
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
XprTypeIsRowMajor 
IsRowMajor 
HasSameStorageOrderAsXprType 
InnerSize 
InnerStrideAtCompileTime 
OuterStrideAtCompileTime 
MaskPacketAccessBit 
MaskAlignedBit 
FlagsLinearAccessBit 
FlagsLvalueBit 
FlagsRowMajorBit 
Flags0 
Flags 

Definition at line 58 of file Core/Block.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:02