|
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 558 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 592 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CMatrixColumnAccessorExtended<MAT>, const value_type> |
Definition at line 596 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::iterator = detail::AccessorIterator< CMatrixColumnAccessorExtended<MAT>, value_type> |
Definition at line 590 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::mrpt_autotype = CMatrixColumnAccessorExtended<MAT> |
Definition at line 569 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::reverse_iterator = detail::ReverseAccessorIterator< CMatrixColumnAccessorExtended<MAT>, value_type> |
Definition at line 594 of file matrix_adaptors.h.
| using mrpt::math::CMatrixColumnAccessorExtended< MAT >::value_type = typename MAT::Scalar |
Definition at line 568 of file matrix_adaptors.h.
|
inline |
|
inline |
Definition at line 580 of file matrix_adaptors.h.
|
inline |
Definition at line 597 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.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 600 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 581 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 585 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 601 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 605 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 609 of file matrix_adaptors.h.
|
inline |
Definition at line 610 of file matrix_adaptors.h.
|
inline |
Definition at line 615 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::size().
|
inline |
Definition at line 614 of file matrix_adaptors.h.
References mrpt::math::CMatrixColumnAccessorExtended< MAT >::howMany.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::resize().
|
protected |
Definition at line 565 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 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[]().
|
protected |
Definition at line 561 of file matrix_adaptors.h.
Referenced by mrpt::math::CMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 563 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: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |