MRPT  1.9.9
mrpt::math::CConstMatrixRowAccessor< MAT > Class Template Reference

Detailed Description

template<class MAT>
class mrpt::math::CConstMatrixRowAccessor< MAT >

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)

See also
CConstMatrixColumnAccessor,CMatrixRowAccessorExtended,CMatrixRowAccessor,CConstMatrixRowAccessorExtended

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
 

Member Typedef Documentation

◆ const_iterator

Definition at line 391 of file matrix_adaptors.h.

◆ const_reverse_iterator

◆ mrpt_autotype

Definition at line 379 of file matrix_adaptors.h.

◆ value_type

template<class MAT>
using mrpt::math::CConstMatrixRowAccessor< MAT >::value_type = typename MAT::Scalar

Definition at line 378 of file matrix_adaptors.h.

Constructor & Destructor Documentation

◆ CConstMatrixRowAccessor() [1/2]

template<class MAT>
mrpt::math::CConstMatrixRowAccessor< MAT >::CConstMatrixRowAccessor ( const MAT &  mat,
size_t  row 
)
inline

Definition at line 380 of file matrix_adaptors.h.

References ASSERT_.

◆ CConstMatrixRowAccessor() [2/2]

template<class MAT>
mrpt::math::CConstMatrixRowAccessor< MAT >::CConstMatrixRowAccessor ( )
inline

Definition at line 385 of file matrix_adaptors.h.

Member Function Documentation

◆ begin()

template<class MAT>
const_iterator mrpt::math::CConstMatrixRowAccessor< MAT >::begin ( ) const
inline

◆ end()

◆ operator[]()

template<class MAT>
value_type mrpt::math::CConstMatrixRowAccessor< MAT >::operator[] ( size_t  i) const
inline

◆ rbegin()

template<class MAT>
const_reverse_iterator mrpt::math::CConstMatrixRowAccessor< MAT >::rbegin ( ) const
inline

◆ rend()

template<class MAT>
const_reverse_iterator mrpt::math::CConstMatrixRowAccessor< MAT >::rend ( ) const
inline

Definition at line 403 of file matrix_adaptors.h.

◆ resize()

template<class MAT>
void mrpt::math::CConstMatrixRowAccessor< MAT >::resize ( size_t  N)
inline

◆ size()

template<class MAT>
size_t mrpt::math::CConstMatrixRowAccessor< MAT >::size ( ) const
inline

Member Data Documentation

◆ m_mat

◆ m_rowInd

template<class MAT>
size_t mrpt::math::CConstMatrixRowAccessor< MAT >::m_rowInd
protected



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