#include <Mat_bones.hpp>
Public Member Functions | |
const_row_iterator (const Mat< eT > &in_M, const uword in_row) | |
const_row_iterator (const row_iterator &X) | |
bool | operator!= (const const_row_iterator &X) const |
eT | operator* () const |
const_row_iterator & | operator++ () |
void | operator++ (int) |
const_row_iterator & | operator-- () |
void | operator-- (int) |
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 | ) |
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.