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