#include <mrpt/math/CMatrixViews.h>


Public Types | |
| typedef CVectorColumnWrapper< VEC > | mrpt_autotype |
Public Member Functions | |
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_MATRIX DECLARE_MRPT_MATRIX_ITERATORS | CVectorColumnWrapper (VEC &v) |
| size_t | getRowCount () const |
| value_type & | get_unsafe (size_t i, size_t j) |
| value_type | get_unsafe (size_t i, size_t j) const |
| void | set_unsafe (size_t i, size_t j, value_type v) |
| value_type & | operator() (size_t i, size_t j) |
| value_type | operator() (size_t i, size_t j) const |
| void | setSize (size_t r, size_t c) |
| void | resize (size_t rc) |
Static Public Member Functions | |
| static size_t | getColCount () |
Private Attributes | |
| VEC & | vec |
Definition at line 1186 of file CMatrixViews.h.
| typedef CVectorColumnWrapper<VEC> mrpt::math::CVectorColumnWrapper< VEC >::mrpt_autotype |
Definition at line 1190 of file CMatrixViews.h.
| DECLARE_MRPT_CONTAINER_TYPES DECLARE_MRPT_CONTAINER_IS_MATRIX DECLARE_MRPT_MATRIX_ITERATORS mrpt::math::CVectorColumnWrapper< VEC >::CVectorColumnWrapper | ( | VEC & | v | ) | [inline] |
Definition at line 1197 of file CMatrixViews.h.
| value_type mrpt::math::CVectorColumnWrapper< VEC >::get_unsafe | ( | size_t | i, | |
| size_t | j | |||
| ) | const [inline] |
Definition at line 1207 of file CMatrixViews.h.
| value_type& mrpt::math::CVectorColumnWrapper< VEC >::get_unsafe | ( | size_t | i, | |
| size_t | j | |||
| ) | [inline] |
Definition at line 1204 of file CMatrixViews.h.
| static size_t mrpt::math::CVectorColumnWrapper< VEC >::getColCount | ( | ) | [inline, static] |
Definition at line 1201 of file CMatrixViews.h.
| size_t mrpt::math::CVectorColumnWrapper< VEC >::getRowCount | ( | ) | const [inline] |
Definition at line 1198 of file CMatrixViews.h.
| value_type mrpt::math::CVectorColumnWrapper< VEC >::operator() | ( | size_t | i, | |
| size_t | j | |||
| ) | const [inline] |
Definition at line 1217 of file CMatrixViews.h.
References ASSERT_.
| value_type& mrpt::math::CVectorColumnWrapper< VEC >::operator() | ( | size_t | i, | |
| size_t | j | |||
| ) | [inline] |
Definition at line 1213 of file CMatrixViews.h.
References ASSERT_.
| void mrpt::math::CVectorColumnWrapper< VEC >::resize | ( | size_t | rc | ) | [inline] |
Definition at line 1225 of file CMatrixViews.h.
| void mrpt::math::CVectorColumnWrapper< VEC >::set_unsafe | ( | size_t | i, | |
| size_t | j, | |||
| value_type | v | |||
| ) | [inline] |
Definition at line 1210 of file CMatrixViews.h.
| void mrpt::math::CVectorColumnWrapper< VEC >::setSize | ( | size_t | r, | |
| size_t | c | |||
| ) | [inline] |
Definition at line 1221 of file CMatrixViews.h.
References ASSERT_.
VEC& mrpt::math::CVectorColumnWrapper< VEC >::vec [private] |
Definition at line 1188 of file CMatrixViews.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |