MRPT
2.0.1
|
A vector-like wrapper for a const Matrix for accessing the elements of a given row with a [] operator.
For usage with MRPT's CMatrixDynamic only (for MRPT numeric matrices, use Eigen methods)
Definition at line 370 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 390 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixRowAccessor< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixRowAccessor<MAT>, const value_type> |
Definition at line 392 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixRowAccessor< MAT >::mrpt_autotype = CConstMatrixRowAccessor<MAT> |
Definition at line 378 of file matrix_adaptors.h.
using mrpt::math::CConstMatrixRowAccessor< MAT >::value_type = typename MAT::Scalar |
Definition at line 377 of file matrix_adaptors.h.
|
inline |
Definition at line 379 of file matrix_adaptors.h.
References ASSERT_.
|
inline |
Definition at line 384 of file matrix_adaptors.h.
|
inline |
Definition at line 393 of file matrix_adaptors.h.
Referenced by mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationFrom().
|
inline |
Definition at line 394 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 385 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat, and mrpt::math::CConstMatrixRowAccessor< MAT >::m_rowInd.
|
inline |
Definition at line 398 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat.
|
inline |
Definition at line 402 of file matrix_adaptors.h.
|
inline |
Definition at line 407 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::size().
|
inline |
Definition at line 406 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessor< MAT >::m_mat.
Referenced by mrpt::math::CConstMatrixRowAccessor< MAT >::resize().
|
protected |
|
protected |
Definition at line 374 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessor< 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 |