|
MRPT
1.9.9
|
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 559 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
| using | value_type = typename MAT::Scalar |
| using | mrpt_autotype = CMatrixColumnAccessorExtended< MAT > |
| using | iterator = detail::AccessorIterator< CMatrixColumnAccessorExtended< MAT >, value_type > |
| using | const_iterator = detail::AccessorIterator< const CMatrixColumnAccessorExtended< MAT >, const value_type > |
| using | reverse_iterator = detail::ReverseAccessorIterator< CMatrixColumnAccessorExtended< MAT >, value_type > |
| using | const_reverse_iterator = detail::ReverseAccessorIterator< const CMatrixColumnAccessorExtended< MAT >, const value_type > |
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 |
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::const_iterator = detail::AccessorIterator< const CMatrixColumnAccessorExtended<MAT>, const value_type> |
Definition at line 593 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CMatrixColumnAccessorExtended<MAT>, const value_type> |
Definition at line 597 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::iterator = detail::AccessorIterator< CMatrixColumnAccessorExtended<MAT>, value_type> |
Definition at line 591 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::mrpt_autotype = CMatrixColumnAccessorExtended<MAT> |
Definition at line 570 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::reverse_iterator = detail::ReverseAccessorIterator< CMatrixColumnAccessorExtended<MAT>, value_type> |
Definition at line 595 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::value_type = typename MAT::Scalar |
Definition at line 569 of file matrix_adaptors.h.
|
inline |
|
inline |
Definition at line 581 of file matrix_adaptors.h.
|
inline |
Definition at line 598 of file matrix_adaptors.h.
|
inline |
Definition at line 599 of file matrix_adaptors.h.
|
inline |
Definition at line 600 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 601 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 582 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 586 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 602 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 606 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 610 of file matrix_adaptors.h.
|
inline |
Definition at line 611 of file matrix_adaptors.h.
|
inline |
Definition at line 616 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::size().
|
inline |
Definition at line 615 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::resize().
|
protected |
Definition at line 566 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 563 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 565 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::CMatrixColumnAccessorExtended(), and mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 562 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 564 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: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |