Public Types
Eigen::internal::traits< Replicate< MatrixType, RowFactor, ColFactor > > Struct Template Reference

#include <Replicate.h>

List of all members.

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:


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