#include <hpp/constraints/matrix-view.hh>
|
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) |
|
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 |
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 |