#include <hpp/constraints/matrix-view.hh>
template<typename _ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols, typename _ArgType2 , int _Rows2, int _Cols2, bool _allRows2, bool _allCols2>
typedef MatrixBlockView<_ArgType2, _Rows2, _Cols2, _allRows2, _allCols2> Eigen::internal::eval_matrix_block_view_to< MatrixBlockView< _ArgType, _Rows, _Cols, _allRows, _allCols >, MatrixBlockView< _ArgType2, _Rows2, _Cols2, _allRows2, _allCols2 > >::Dst |
template<typename _ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols, typename _ArgType2 , int _Rows2, int _Cols2, bool _allRows2, bool _allCols2>
typedef MatrixBlockView<_ArgType , _Rows , _Cols , _allRows , _allCols > Eigen::internal::eval_matrix_block_view_to< MatrixBlockView< _ArgType, _Rows, _Cols, _allRows, _allCols >, MatrixBlockView< _ArgType2, _Rows2, _Cols2, _allRows2, _allCols2 > >::Src |
template<typename _ArgType , int _Rows, int _Cols, bool _allRows, bool _allCols, typename _ArgType2 , int _Rows2, int _Cols2, bool _allRows2, bool _allCols2>
static void Eigen::internal::eval_matrix_block_view_to< MatrixBlockView< _ArgType, _Rows, _Cols, _allRows, _allCols >, MatrixBlockView< _ArgType2, _Rows2, _Cols2, _allRows2, _allCols2 > >::run |
( |
const Src & |
src, |
|
|
Dst & |
dst |
|
) |
| |
|
inlinestatic |
References Eigen::MatrixBlockView< _ArgType, _Rows, _Cols, _allRows, _allCols >::_block(), Eigen::assert(), and Eigen::MatrixBlockView< _ArgType, _Rows, _Cols, _allRows, _allCols >::block_iterator::valid().