All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Eigen::internal::traits< MatrixBlocks< _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,
BlockIndex::segments_t >::type 
RowIndices_t
 
typedef internal::conditional
< _allCols,
internal::empty_struct,
BlockIndex::segments_t >::type 
ColIndices_t
 

Member Typedef Documentation

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

Member Enumeration Documentation

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