Public Member Functions | Public Attributes | List of all members
Mat< eT >::row_iterator Class Reference

#include <Mat_bones.hpp>

Public Member Functions

bool operator!= (const row_iterator &X) const
 
eT & operator* ()
 
row_iteratoroperator++ ()
 
void operator++ (int)
 
row_iteratoroperator-- ()
 
void operator-- (int)
 
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
 

Detailed Description

template<typename eT>
class Mat< eT >::row_iterator

Definition at line 378 of file Mat_bones.hpp.

Member Data Documentation

template<typename eT>
arma_aligned uword Mat< eT >::row_iterator::col

Definition at line 397 of file Mat_bones.hpp.

template<typename eT>
arma_aligned Mat<eT>& Mat< eT >::row_iterator::M

Definition at line 395 of file Mat_bones.hpp.

template<typename eT>
arma_aligned uword Mat< eT >::row_iterator::row

Definition at line 396 of file Mat_bones.hpp.


The documentation for this class was generated from the following files:


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00