$search
#include <Mat_bones.hpp>
Public Member Functions | |
| const_row_iterator (const row_iterator &X) | |
| const_row_iterator (const Mat< eT > &in_M, const uword in_row) | |
| bool | operator!= (const const_row_iterator &X) const |
| eT | operator* () const |
| void | operator++ (int) |
| const_row_iterator & | operator++ () |
| void | operator-- (int) |
| const_row_iterator & | operator-- () |
| bool | operator== (const const_row_iterator &X) const |
Public Attributes | |
| arma_aligned uword | col |
| arma_aligned const Mat< eT > & | M |
| arma_aligned uword | row |
Definition at line 401 of file Mat_bones.hpp.
| Mat< eT >::const_row_iterator::const_row_iterator | ( | const row_iterator & | X | ) |
| bool Mat< eT >::const_row_iterator::operator!= | ( | const const_row_iterator & | X | ) | const [inline] |
| bool Mat< eT >::const_row_iterator::operator== | ( | const const_row_iterator & | X | ) | const [inline] |
| arma_aligned uword Mat< eT >::const_row_iterator::col |
Definition at line 421 of file Mat_bones.hpp.
| arma_aligned const Mat<eT>& Mat< eT >::const_row_iterator::M |
Definition at line 419 of file Mat_bones.hpp.
| arma_aligned uword Mat< eT >::const_row_iterator::row |
Definition at line 420 of file Mat_bones.hpp.