#include <Mat_proto.hpp>
Public Member Functions | |
row_iterator (Mat< eT > &in_M, const u32 in_row) | |
eT & | operator* () |
row_iterator & | operator++ () |
void | operator++ (int) |
row_iterator & | operator-- () |
void | operator-- (int) |
bool | operator!= (const row_iterator &X) const |
bool | operator== (const row_iterator &X) const |
Public Attributes | |
arma_aligned Mat< eT > & | M |
arma_aligned u32 | row |
arma_aligned u32 | col |
Definition at line 248 of file Mat_proto.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 Mat<eT>& Mat< eT >::row_iterator::M |
Definition at line 265 of file Mat_proto.hpp.
Referenced by Mat< eT >::row_iterator::operator*(), Mat< eT >::row_iterator::operator++(), and Mat< eT >::row_iterator::operator--().
arma_aligned u32 Mat< eT >::row_iterator::row |
Definition at line 266 of file Mat_proto.hpp.
Referenced by Mat< eT >::row_iterator::operator*(), Mat< eT >::row_iterator::operator++(), and Mat< eT >::row_iterator::operator--().
arma_aligned u32 Mat< eT >::row_iterator::col |
Definition at line 267 of file Mat_proto.hpp.
Referenced by Mat< eT >::row_iterator::operator*(), Mat< eT >::row_iterator::operator++(), and Mat< eT >::row_iterator::operator--().