A vector-like wrapper for a Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing.
For usage with MRPT's CMatrixTemplate only (for MRPT numeric matrices, use Eigen methods)
Definition at line 269 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
| typedef MAT::value_type | value_type |
| typedef CMatrixRowAccessorExtended < MAT > | mrpt_autotype |
| typedef detail::AccessorIterator < CMatrixRowAccessorExtended < MAT >, value_type > | iterator |
| typedef detail::AccessorIterator < const CMatrixRowAccessorExtended < MAT >, const value_type > | const_iterator |
| typedef detail::ReverseAccessorIterator < CMatrixRowAccessorExtended < MAT >, value_type > | reverse_iterator |
| typedef detail::ReverseAccessorIterator < const CMatrixRowAccessorExtended < MAT >, const value_type > | const_reverse_iterator |
Public Member Functions | |
| CMatrixRowAccessorExtended (MAT &mat, size_t row, size_t offset, size_t space) | |
| CMatrixRowAccessorExtended () | |
| value_type & | operator[] (size_t i) |
| value_type | operator[] (size_t i) const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| reverse_iterator | rbegin () |
| const_reverse_iterator | rbegin () const |
| reverse_iterator | rend () |
| const_reverse_iterator | rend () const |
| size_t | size () const |
| void | resize (size_t N) |
Protected Attributes | |
| MAT * | m_mat |
| size_t | m_rowInd |
| size_t | m_colOffset |
| size_t | m_elementsSpace |
| size_t | howMany |
| typedef detail::AccessorIterator<const CMatrixRowAccessorExtended<MAT>,const value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::const_iterator |
Definition at line 294 of file matrix_adaptors.h.
| typedef detail::ReverseAccessorIterator<const CMatrixRowAccessorExtended<MAT>,const value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::const_reverse_iterator |
Definition at line 296 of file matrix_adaptors.h.
| typedef detail::AccessorIterator<CMatrixRowAccessorExtended<MAT>,value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::iterator |
Definition at line 293 of file matrix_adaptors.h.
| typedef CMatrixRowAccessorExtended<MAT> mrpt::math::CMatrixRowAccessorExtended< MAT >::mrpt_autotype |
Definition at line 278 of file matrix_adaptors.h.
| typedef detail::ReverseAccessorIterator<CMatrixRowAccessorExtended<MAT>,value_type> mrpt::math::CMatrixRowAccessorExtended< MAT >::reverse_iterator |
Definition at line 295 of file matrix_adaptors.h.
| typedef MAT::value_type mrpt::math::CMatrixRowAccessorExtended< MAT >::value_type |
Definition at line 277 of file matrix_adaptors.h.
|
inline |
Definition at line 282 of file matrix_adaptors.h.
References ASSERT_.
|
inline |
Definition at line 286 of file matrix_adaptors.h.
|
inline |
Definition at line 297 of file matrix_adaptors.h.
|
inline |
Definition at line 300 of file matrix_adaptors.h.
|
inline |
Definition at line 303 of file matrix_adaptors.h.
|
inline |
Definition at line 306 of file matrix_adaptors.h.
|
inline |
Definition at line 287 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat, and mrpt::math::CMatrixRowAccessor< MAT >::m_rowInd.
|
inline |
Definition at line 290 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat, and mrpt::math::CMatrixRowAccessor< MAT >::m_rowInd.
|
inline |
Definition at line 309 of file matrix_adaptors.h.
|
inline |
Definition at line 312 of file matrix_adaptors.h.
|
inline |
Definition at line 315 of file matrix_adaptors.h.
|
inline |
Definition at line 318 of file matrix_adaptors.h.
|
inline |
Definition at line 324 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::size().
|
inline |
Definition at line 321 of file matrix_adaptors.h.
|
protected |
Definition at line 275 of file matrix_adaptors.h.
|
protected |
Definition at line 273 of file matrix_adaptors.h.
|
protected |
Definition at line 274 of file matrix_adaptors.h.
|
protected |
Definition at line 271 of file matrix_adaptors.h.
|
protected |
Definition at line 272 of file matrix_adaptors.h.
| Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013 |