#include <SubMatrix.hpp>
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 |
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >::_MatrixTypeNested |
typedef nested<MatrixType1>::type Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >::MatrixTypeNested |
typedef MatrixType1::StorageKind Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >::StorageKind |