Public Types

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

#include <Replicate.h>

List of all members.

Public Types

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

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


Member Typedef Documentation

template<typename MatrixType , int RowFactor, int ColFactor>
typedef remove_reference<MatrixTypeNested>::type internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::_MatrixTypeNested
template<typename MatrixType , int RowFactor, int ColFactor>
typedef nested<MatrixType>::type internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::MatrixTypeNested
template<typename MatrixType , int RowFactor, int ColFactor>
typedef MatrixType::Scalar internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::Scalar
template<typename MatrixType , int RowFactor, int ColFactor>
typedef traits<MatrixType>::StorageKind internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::StorageKind
template<typename MatrixType , int RowFactor, int ColFactor>
typedef traits<MatrixType>::XprKind internal::traits< Replicate< MatrixType, RowFactor, ColFactor > >::XprKind

Member Enumeration Documentation

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

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