A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing.
Definition at line 573 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
| typedef MAT::Scalar | value_type |
| typedef CMatrixColumnAccessorExtended< MAT > | mrpt_autotype |
| typedef detail::AccessorIterator< CMatrixColumnAccessorExtended< MAT >, value_type > | iterator |
| typedef detail::AccessorIterator< const CMatrixColumnAccessorExtended< MAT >, const value_type > | const_iterator |
| typedef detail::ReverseAccessorIterator< CMatrixColumnAccessorExtended< MAT >, value_type > | reverse_iterator |
| typedef detail::ReverseAccessorIterator< const CMatrixColumnAccessorExtended< MAT >, const value_type > | const_reverse_iterator |
Public Member Functions | |
| CMatrixColumnAccessorExtended (MAT &mat, size_t col, size_t offset, size_t space) | |
| CMatrixColumnAccessorExtended () | |
| 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_colInd |
| size_t | m_rowOffset |
| size_t | m_elementsSpace |
| size_t | howMany |
| typedef detail::AccessorIterator<const CMatrixColumnAccessorExtended<MAT>, const value_type> mrpt::math::CMatrixColumnAccessorExtended< MAT >::const_iterator |
Definition at line 609 of file matrix_adaptors.h.
| typedef detail::ReverseAccessorIterator< const CMatrixColumnAccessorExtended<MAT>, const value_type> mrpt::math::CMatrixColumnAccessorExtended< MAT >::const_reverse_iterator |
Definition at line 615 of file matrix_adaptors.h.
| typedef detail::AccessorIterator<CMatrixColumnAccessorExtended<MAT>, value_type> mrpt::math::CMatrixColumnAccessorExtended< MAT >::iterator |
Definition at line 606 of file matrix_adaptors.h.
| typedef CMatrixColumnAccessorExtended<MAT> mrpt::math::CMatrixColumnAccessorExtended< MAT >::mrpt_autotype |
Definition at line 584 of file matrix_adaptors.h.
| typedef detail::ReverseAccessorIterator<CMatrixColumnAccessorExtended<MAT>, value_type> mrpt::math::CMatrixColumnAccessorExtended< MAT >::reverse_iterator |
Definition at line 612 of file matrix_adaptors.h.
| typedef MAT::Scalar mrpt::math::CMatrixColumnAccessorExtended< MAT >::value_type |
Definition at line 583 of file matrix_adaptors.h.
|
inline |
|
inline |
Definition at line 595 of file matrix_adaptors.h.
|
inline |
Definition at line 616 of file matrix_adaptors.h.
|
inline |
Definition at line 617 of file matrix_adaptors.h.
|
inline |
Definition at line 618 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 619 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 596 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_colInd, mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_elementsSpace, mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_mat, and mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_rowOffset.
|
inline |
Definition at line 600 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_colInd, mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_elementsSpace, mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_mat, and mrpt::math::CMatrixColumnAccessorExtended< MAT >::m_rowOffset.
|
inline |
Definition at line 620 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 624 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 628 of file matrix_adaptors.h.
|
inline |
Definition at line 629 of file matrix_adaptors.h.
|
inline |
Definition at line 634 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::size().

|
inline |
Definition at line 633 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::resize().

|
protected |
Definition at line 580 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::CMatrixColumnAccessorExtended(), mrpt::math::CMatrixColumnAccessorExtended< MAT >::end(), mrpt::math::CMatrixColumnAccessorExtended< MAT >::rbegin(), and mrpt::math::CMatrixColumnAccessorExtended< MAT >::size().
|
protected |
Definition at line 577 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 579 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::CMatrixColumnAccessorExtended(), and mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 576 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 578 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::CMatrixColumnAccessorExtended(), and mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |