Eigen::internal::traits< MatrixBlocksRef< _allRows, _allCols > > Struct Template Reference

#include <hpp/constraints/matrix-view.hh>

Public Types

enum  {
  AllRows = _allRows,
  AllCols = _allCols
}
 
typedef internal::conditional< _allRows, internal::empty_struct, const BlockIndex::segments_t & >::type RowIndices_t
 
typedef internal::conditional< _allCols, internal::empty_struct, const BlockIndex::segments_t & >::type ColIndices_t
 

Member Typedef Documentation

template<bool _allRows, bool _allCols>
typedef internal::conditional<_allCols, internal::empty_struct, const BlockIndex::segments_t&>::type Eigen::internal::traits< MatrixBlocksRef< _allRows, _allCols > >::ColIndices_t
template<bool _allRows, bool _allCols>
typedef internal::conditional<_allRows, internal::empty_struct, const BlockIndex::segments_t&>::type Eigen::internal::traits< MatrixBlocksRef< _allRows, _allCols > >::RowIndices_t

Member Enumeration Documentation

template<bool _allRows, bool _allCols>
anonymous enum
Enumerator
AllRows 
AllCols