MRPT
1.9.9
|
A vector-like wrapper for a const Matrix for accessing the elements of a given row with a [] operator.
For usage with MRPT's CMatrixTemplate only (for MRPT numeric matrices, use Eigen methods)
Definition at line 371 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
using | value_type = typename MAT::Scalar |
using | mrpt_autotype = CConstMatrixRowAccessor< MAT > |
using | const_iterator = detail::AccessorIterator< const CConstMatrixRowAccessor< MAT >, const value_type > |
using | const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixRowAccessor< MAT >, const value_type > |
Public Member Functions | |
CConstMatrixRowAccessor (const MAT &mat, size_t row) | |
CConstMatrixRowAccessor () | |
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_rowInd |
using mrpt::math::CConstMatrixRowAccessor< MAT >::const_iterator = detail::AccessorIterator< const CConstMatrixRowAccessor<MAT>, const value_type> |
Definition at line 391 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixRowAccessor< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixRowAccessor<MAT>, const value_type> |
Definition at line 393 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixRowAccessor< MAT >::mrpt_autotype = CConstMatrixRowAccessor<MAT> |
Definition at line 379 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixRowAccessor< MAT >::value_type = typename MAT::Scalar |
Definition at line 378 of file matrix_adaptors.h.
|
inline |
Definition at line 380 of file matrix_adaptors.h.
References ASSERT_.
|
inline |
Definition at line 385 of file matrix_adaptors.h.
|
inline |
Definition at line 394 of file matrix_adaptors.h.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationFrom().
|
inline |
Definition at line 395 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationFrom().
|
inline |
Definition at line 386 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat, and mrpt::math::CConstMatrixRowAccessor< MAT >::m_rowInd.
|
inline |
Definition at line 399 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat.
|
inline |
Definition at line 403 of file matrix_adaptors.h.
|
inline |
Definition at line 408 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::size().
|
inline |
Definition at line 407 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat.
Referenced by mrpt::math::CConstMatrixRowAccessor< MAT >::resize().
|
protected |
|
protected |
Definition at line 375 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessor< 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 |