All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Eigen::MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols >::block_t< Derived > Struct Template Reference

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

Public Types

typedef Block< Derived,(AllRows?Derived::RowsAtCompileTime:Eigen::Dynamic),(AllCols?Derived::ColsAtCompileTime:Eigen::Dynamic),(AllCols?(bool)
Derived::IsRowMajor:(AllRows?(bool)!Derived::IsRowMajor:false))> 
type
 

Member Typedef Documentation

template<typename ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols>
template<typename Derived>
typedef Block<Derived, (AllRows ? Derived::RowsAtCompileTime : Eigen::Dynamic), (AllCols ? Derived::ColsAtCompileTime : Eigen::Dynamic), (AllCols ? (bool)Derived::IsRowMajor : (AllRows ? (bool)!Derived::IsRowMajor : false) )> Eigen::MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols >::block_t< Derived >::type