Public Types | List of all members
Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > > Struct Template Reference

#include <Replicate.h>

Inheritance diagram for Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >:
Inheritance graph
[legend]

Public Types

enum  { Factor = (RowFactor==Dynamic || ColFactor==Dynamic) ? Dynamic : RowFactor*ColFactor }
 
enum  {
  RowsAtCompileTime, ColsAtCompileTime, MaxRowsAtCompileTime = RowsAtCompileTime, MaxColsAtCompileTime = ColsAtCompileTime,
  IsRowMajor, Flags = (_MatrixTypeNested::Flags & HereditaryBits & ~RowMajorBit) | (IsRowMajor ? RowMajorBit : 0), CoeffReadCost = _MatrixTypeNested::CoeffReadCost
}
 
typedef remove_reference< MatrixTypeNested >::type _MatrixTypeNested
 
typedef nested< MatrixType, Factor >::type MatrixTypeNested
 
typedef MatrixType::Scalar Scalar
 
typedef traits< MatrixType >::StorageKind StorageKind
 
typedef traits< MatrixType >::XprKind XprKind
 

Detailed Description

template<typename MatrixType, int RowFactor, int ColFactor>
struct Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >

Definition at line 32 of file Replicate.h.

Member Typedef Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::_MatrixTypeNested

Definition at line 42 of file Replicate.h.

template<typename MatrixType , int RowFactor, int ColFactor>
typedef nested<MatrixType,Factor>::type Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::MatrixTypeNested

Definition at line 41 of file Replicate.h.

template<typename MatrixType , int RowFactor, int ColFactor>
typedef MatrixType::Scalar Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::Scalar

Definition at line 35 of file Replicate.h.

template<typename MatrixType , int RowFactor, int ColFactor>
typedef traits<MatrixType>::StorageKind Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::StorageKind

Definition at line 36 of file Replicate.h.

template<typename MatrixType , int RowFactor, int ColFactor>
typedef traits<MatrixType>::XprKind Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::XprKind

Definition at line 37 of file Replicate.h.

Member Enumeration Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
anonymous enum
Enumerator
Factor 

Definition at line 38 of file Replicate.h.

template<typename MatrixType , int RowFactor, int ColFactor>
anonymous enum
Enumerator
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
IsRowMajor 
Flags 
CoeffReadCost 

Definition at line 43 of file Replicate.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