| 
    MRPT
    2.0.4
    
   | 
 
A vector-like wrapper for a const Matrix for accessing the elements of a given row with a [] operator, with offset and custom spacing.
For usage with MRPT's CMatrixDynamic only (for MRPT numeric matrices, use Eigen methods)
Definition at line 427 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
Public Types | |
| using | value_type = typename MAT::Scalar | 
| using | mrpt_autotype = CConstMatrixRowAccessorExtended< MAT > | 
| using | const_iterator = detail::AccessorIterator< const CConstMatrixRowAccessorExtended< MAT >, const value_type > | 
| using | const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixRowAccessorExtended< MAT >, const value_type > | 
Public Member Functions | |
| CConstMatrixRowAccessorExtended (const MAT &mat, size_t row, size_t offset, size_t space) | |
| CConstMatrixRowAccessorExtended () | |
| 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 | 
| size_t | m_colOffset | 
| size_t | m_elementsSpace | 
| size_t | howMany | 
| using mrpt::math::CConstMatrixRowAccessorExtended< MAT >::const_iterator = detail::AccessorIterator< const CConstMatrixRowAccessorExtended<MAT>, const value_type> | 
Definition at line 455 of file matrix_adaptors.h.
| using mrpt::math::CConstMatrixRowAccessorExtended< MAT >::const_reverse_iterator = detail::ReverseAccessorIterator< const CConstMatrixRowAccessorExtended<MAT>, const value_type> | 
Definition at line 457 of file matrix_adaptors.h.
| using mrpt::math::CConstMatrixRowAccessorExtended< MAT >::mrpt_autotype = CConstMatrixRowAccessorExtended<MAT> | 
Definition at line 438 of file matrix_adaptors.h.
| using mrpt::math::CConstMatrixRowAccessorExtended< MAT >::value_type = typename MAT::Scalar | 
Definition at line 437 of file matrix_adaptors.h.
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 449 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 458 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 459 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessorExtended< MAT >::howMany.
      
  | 
  inline | 
Definition at line 450 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessorExtended< MAT >::m_colOffset, mrpt::math::CConstMatrixRowAccessorExtended< MAT >::m_elementsSpace, mrpt::math::CConstMatrixRowAccessorExtended< MAT >::m_mat, and mrpt::math::CConstMatrixRowAccessorExtended< MAT >::m_rowInd.
      
  | 
  inline | 
Definition at line 460 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessorExtended< MAT >::howMany.
      
  | 
  inline | 
Definition at line 464 of file matrix_adaptors.h.
      
  | 
  inline | 
Definition at line 469 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessorExtended< MAT >::size().
      
  | 
  inline | 
Definition at line 468 of file matrix_adaptors.h.
References mrpt::math::CConstMatrixRowAccessorExtended< MAT >::howMany.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::resize().
      
  | 
  protected | 
Definition at line 434 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::CConstMatrixRowAccessorExtended(), mrpt::math::CConstMatrixRowAccessorExtended< MAT >::end(), mrpt::math::CConstMatrixRowAccessorExtended< MAT >::rbegin(), and mrpt::math::CConstMatrixRowAccessorExtended< MAT >::size().
      
  | 
  protected | 
Definition at line 432 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::CConstMatrixRowAccessorExtended(), and mrpt::math::CConstMatrixRowAccessorExtended< MAT >::operator[]().
      
  | 
  protected | 
Definition at line 433 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::CConstMatrixRowAccessorExtended(), and mrpt::math::CConstMatrixRowAccessorExtended< MAT >::operator[]().
      
  | 
  protected | 
Definition at line 430 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::operator[]().
      
  | 
  protected | 
Definition at line 431 of file matrix_adaptors.h.
Referenced by mrpt::math::CConstMatrixRowAccessorExtended< MAT >::operator[]().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |