Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > > Struct Template Reference

#include <SubMatrix.hpp>

List of all members.

Public Types

enum  {
  RowsAtCompileTime = MatrixType1::RowsAtCompileTime,
  ColsAtCompileTime = MatrixType1::ColsAtCompileTime,
  MaxRowsAtCompileTime = MatrixType1::MaxRowsAtCompileTime,
  MaxColsAtCompileTime = MatrixType1::MaxColsAtCompileTime,
  Flags = (_MatrixTypeNested::Flags & HereditaryBits) | ei_compute_lvalue_bit<_MatrixTypeNested>::ret,
  CoeffReadCost = _MatrixTypeNested::CoeffReadCost
}
typedef nested< MatrixType1 >::type MatrixTypeNested
typedef remove_reference
< MatrixTypeNested >::type 
_MatrixTypeNested
typedef MatrixType1::StorageKind StorageKind

template<typename MatrixType1, typename MatrixType2>
struct Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >


Member Typedef Documentation

template<typename MatrixType1 , typename MatrixType2 >
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >::_MatrixTypeNested
template<typename MatrixType1 , typename MatrixType2 >
typedef nested<MatrixType1>::type Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >::MatrixTypeNested
template<typename MatrixType1 , typename MatrixType2 >
typedef MatrixType1::StorageKind Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >::StorageKind

Member Enumeration Documentation

template<typename MatrixType1 , typename MatrixType2 >
anonymous enum
Enumerator:
RowsAtCompileTime 
ColsAtCompileTime 
MaxRowsAtCompileTime 
MaxColsAtCompileTime 
Flags 
CoeffReadCost