#include <SubMatrix.hpp>
Public Types | |
enum | { RowsAtCompileTime = (PermutationType==ColPermutation) ? (MatrixType::RowsAtCompileTime) : Dynamic, ColsAtCompileTime = (PermutationType==RowPermutation) ? (MatrixType::ColsAtCompileTime) : Dynamic, MaxRowsAtCompileTime = (IsSub ? MatrixType::MaxRowsAtCompileTime : Dynamic), MaxColsAtCompileTime = (IsSub ? MatrixType::MaxColsAtCompileTime : Dynamic), Flags = (_MatrixTypeNested::Flags & HereditaryBits) | ei_compute_lvalue_bit<_MatrixTypeNested>::ret, CoeffReadCost = _MatrixTypeNested::CoeffReadCost } |
typedef nested< MatrixType >::type | MatrixTypeNested |
typedef remove_reference < MatrixTypeNested >::type | _MatrixTypeNested |
typedef MatrixType::StorageKind | StorageKind |
typedef remove_reference<MatrixTypeNested>::type Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >::_MatrixTypeNested |
typedef nested<MatrixType>::type Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >::MatrixTypeNested |
typedef MatrixType::StorageKind Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >::StorageKind |