MRPT
2.0.1
|
A vector-like wrapper for a const Matrix for accessing the elements of a given column with a [] operator, with offset and custom spacing.
Definition at line 690 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 | const_iterator = detail::AccessorIterator< const CConstMatrixColumnAccessorExtended< MAT >, const value_type > |
using | const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixColumnAccessorExtended< MAT >, const value_type > |
Public Member Functions | |
CConstMatrixColumnAccessorExtended (const MAT &mat, size_t col, size_t offset, size_t space) | |
CConstMatrixColumnAccessorExtended () | |
value_type | operator[] (size_t i) const |
const_iterator | begin () const |
const_iterator | end () const |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
size_t | size () const |
void | resize (size_t N) |
Protected Attributes | |
const MAT * | m_mat |
size_t | m_colInd |
size_t | m_rowOffset |
size_t | m_elementsSpace |
size_t | howMany |
using mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::const_iterator = detail::AccessorIterator< const CConstMatrixColumnAccessorExtended<MAT>, const value_type> |
Definition at line 718 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixColumnAccessorExtended<MAT>, const value_type> |
Definition at line 720 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::mrpt_autotype = CMatrixColumnAccessorExtended<MAT> |
Definition at line 701 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::value_type = typename MAT::Scalar |
Definition at line 700 of file matrix_adaptors.h.
|
inline |
|
inline |
Definition at line 712 of file matrix_adaptors.h.
|
inline |
Definition at line 721 of file matrix_adaptors.h.
|
inline |
Definition at line 722 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 713 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_colInd, mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_elementsSpace, mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_mat, and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::m_rowOffset.
|
inline |
Definition at line 723 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::howMany.
|
inline |
Definition at line 727 of file matrix_adaptors.h.
|
inline |
Definition at line 732 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::size().
|
inline |
Definition at line 731 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::howMany.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::resize().
|
protected |
Definition at line 697 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::CConstMatrixColumnAccessorExtended(), mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::end(), mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::rbegin(), and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::size().
|
protected |
Definition at line 694 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 696 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::CConstMatrixColumnAccessorExtended(), and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 693 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
|
protected |
Definition at line 695 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::CConstMatrixColumnAccessorExtended(), and mrpt::math::CConstMatrixColumnAccessorExtended< MAT >::operator[]().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |