|
| template<typename D> |
| static BlockReturn< D >::ConstType | block (const Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index row_id, typename Eigen::DenseBase< D >::Index col_id, typename Eigen::DenseBase< D >::Index row_size_block=NV, typename Eigen::DenseBase< D >::Index col_size_block=NV) |
| template<typename D> |
| static BlockReturn< D >::Type | block (Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index row_id, typename Eigen::DenseBase< D >::Index col_id, typename Eigen::DenseBase< D >::Index row_size_block=NV, typename Eigen::DenseBase< D >::Index col_size_block=NV) |
| template<typename D> |
| static ColsReturn< D >::ConstType | middleCols (const Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index start, typename Eigen::DenseBase< D >::Index size=NV) |
| template<typename D> |
| static ColsReturn< D >::Type | middleCols (Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index start, typename Eigen::DenseBase< D >::Index size=NV) |
| template<typename D> |
| static RowsReturn< D >::ConstType | middleRows (const Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index start, typename Eigen::DenseBase< D >::Index size=NV) |
| template<typename D> |
| static RowsReturn< D >::Type | middleRows (Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index start, typename Eigen::DenseBase< D >::Index size=NV) |
| template<typename D> |
| static SegmentReturn< D >::ConstType | segment (const Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index start, typename Eigen::DenseBase< D >::Index size=NV) |
| template<typename D> |
| static SegmentReturn< D >::Type | segment (Eigen::MatrixBase< D > &mat, typename Eigen::DenseBase< D >::Index start, typename Eigen::DenseBase< D >::Index size=NV) |
template<int NV>
struct pinocchio::SizeDepType< NV >
Definition at line 13 of file matrix-block.hpp.
◆ block() [1/2]
template<int NV>
template<typename D>
| BlockReturn< D >::ConstType block | ( | const Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | row_id, | | | typename Eigen::DenseBase< D >::Index | col_id, | | | typename Eigen::DenseBase< D >::Index | row_size_block = NV, | | | typename Eigen::DenseBase< D >::Index | col_size_block = NV ) |
| inlinestatic |
◆ block() [2/2]
template<int NV>
template<typename D>
| BlockReturn< D >::Type block | ( | Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | row_id, | | | typename Eigen::DenseBase< D >::Index | col_id, | | | typename Eigen::DenseBase< D >::Index | row_size_block = NV, | | | typename Eigen::DenseBase< D >::Index | col_size_block = NV ) |
| inlinestatic |
◆ middleCols() [1/2]
template<int NV>
template<typename D>
| ColsReturn< D >::ConstType middleCols | ( | const Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | start, | | | typename Eigen::DenseBase< D >::Index | size = NV ) |
| inlinestatic |
◆ middleCols() [2/2]
template<int NV>
template<typename D>
| ColsReturn< D >::Type middleCols | ( | Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | start, | | | typename Eigen::DenseBase< D >::Index | size = NV ) |
| inlinestatic |
◆ middleRows() [1/2]
template<int NV>
template<typename D>
| RowsReturn< D >::ConstType middleRows | ( | const Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | start, | | | typename Eigen::DenseBase< D >::Index | size = NV ) |
| inlinestatic |
◆ middleRows() [2/2]
template<int NV>
template<typename D>
| RowsReturn< D >::Type middleRows | ( | Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | start, | | | typename Eigen::DenseBase< D >::Index | size = NV ) |
| inlinestatic |
◆ segment() [1/2]
template<int NV>
template<typename D>
| SegmentReturn< D >::ConstType segment | ( | const Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | start, | | | typename Eigen::DenseBase< D >::Index | size = NV ) |
| inlinestatic |
◆ segment() [2/2]
template<int NV>
template<typename D>
| SegmentReturn< D >::Type segment | ( | Eigen::MatrixBase< D > & | mat, | | | typename Eigen::DenseBase< D >::Index | start, | | | typename Eigen::DenseBase< D >::Index | size = NV ) |
| inlinestatic |
The documentation for this struct was generated from the following file: