A vector-like wrapper for a Matrix for accessing the elements of a given column with a [] operator.
Definition at line 434 of file matrix_adaptors.h.
#include <mrpt/math/matrix_adaptors.h>
typedef detail::AccessorIterator<const CMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CMatrixColumnAccessor< MAT >::const_iterator |
Definition at line 449 of file matrix_adaptors.h.
typedef detail::ReverseAccessorIterator<const CMatrixColumnAccessor<MAT>,const value_type> mrpt::math::CMatrixColumnAccessor< MAT >::const_reverse_iterator |
Definition at line 451 of file matrix_adaptors.h.
typedef detail::AccessorIterator<CMatrixColumnAccessor<MAT>,value_type> mrpt::math::CMatrixColumnAccessor< MAT >::iterator |
Definition at line 448 of file matrix_adaptors.h.
typedef CMatrixColumnAccessor<MAT> mrpt::math::CMatrixColumnAccessor< MAT >::mrpt_autotype |
Definition at line 440 of file matrix_adaptors.h.
typedef detail::ReverseAccessorIterator<CMatrixColumnAccessor<MAT>,value_type> mrpt::math::CMatrixColumnAccessor< MAT >::reverse_iterator |
Definition at line 450 of file matrix_adaptors.h.
typedef MAT::value_type mrpt::math::CMatrixColumnAccessor< MAT >::value_type |
Definition at line 439 of file matrix_adaptors.h.
mrpt::math::CMatrixColumnAccessor< MAT >::CMatrixColumnAccessor | ( | MAT & | mat, |
size_t | colIdx | ||
) | [inline] |
Definition at line 444 of file matrix_adaptors.h.
References ASSERT_.
mrpt::math::CMatrixColumnAccessor< MAT >::CMatrixColumnAccessor | ( | ) | [inline] |
Definition at line 445 of file matrix_adaptors.h.
iterator mrpt::math::CMatrixColumnAccessor< MAT >::begin | ( | ) | [inline] |
Definition at line 452 of file matrix_adaptors.h.
const_iterator mrpt::math::CMatrixColumnAccessor< MAT >::begin | ( | ) | const [inline] |
Definition at line 455 of file matrix_adaptors.h.
iterator mrpt::math::CMatrixColumnAccessor< MAT >::end | ( | ) | [inline] |
Definition at line 458 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
const_iterator mrpt::math::CMatrixColumnAccessor< MAT >::end | ( | ) | const [inline] |
Definition at line 461 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
value_type mrpt::math::CMatrixColumnAccessor< MAT >::operator[] | ( | const size_t | i ) | const [inline] |
Definition at line 447 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
value_type& mrpt::math::CMatrixColumnAccessor< MAT >::operator[] | ( | const size_t | i ) | [inline] |
Definition at line 446 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
const_reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rbegin | ( | ) | const [inline] |
Definition at line 467 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rbegin | ( | ) | [inline] |
Definition at line 464 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
const_reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rend | ( | ) | const [inline] |
Definition at line 473 of file matrix_adaptors.h.
reverse_iterator mrpt::math::CMatrixColumnAccessor< MAT >::rend | ( | ) | [inline] |
Definition at line 470 of file matrix_adaptors.h.
void mrpt::math::CMatrixColumnAccessor< MAT >::resize | ( | size_t | N ) | [inline] |
Definition at line 479 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::size().
size_t mrpt::math::CMatrixColumnAccessor< MAT >::size | ( | ) | const [inline] |
Definition at line 476 of file matrix_adaptors.h.
References mrpt::math::CMatrixRowAccessor< MAT >::m_mat.
size_t mrpt::math::CMatrixColumnAccessor< MAT >::m_colInd [protected] |
Definition at line 437 of file matrix_adaptors.h.
MAT* mrpt::math::CMatrixColumnAccessor< MAT >::m_mat [protected] |
Definition at line 436 of file matrix_adaptors.h.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |