Eigen::internal::assign_selector< Derived, MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols >, false, false > Struct Template Reference

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

Public Types

typedef MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols > OtherDerived
 

Static Public Member Functions

static EIGEN_STRONG_INLINE Derived & run (Derived &dst, const OtherDerived &other)
 
template<typename ActualDerived , typename ActualOtherDerived >
static EIGEN_STRONG_INLINE Derived & evalTo (ActualDerived &dst, const ActualOtherDerived &other)
 

Member Typedef Documentation

template<typename Derived , typename ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols>
typedef MatrixBlockView<ArgType, _Rows, _Cols, _allRows, _allCols> Eigen::internal::assign_selector< Derived, MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols >, false, false >::OtherDerived

Member Function Documentation

template<typename Derived , typename ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols>
template<typename ActualDerived , typename ActualOtherDerived >
static EIGEN_STRONG_INLINE Derived& Eigen::internal::assign_selector< Derived, MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols >, false, false >::evalTo ( ActualDerived &  dst,
const ActualOtherDerived &  other 
)
inlinestatic
template<typename Derived , typename ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols>
static EIGEN_STRONG_INLINE Derived& Eigen::internal::assign_selector< Derived, MatrixBlockView< ArgType, _Rows, _Cols, _allRows, _allCols >, false, false >::run ( Derived &  dst,
const OtherDerived other 
)
inlinestatic