gsl::matrix_iterator Class Reference

#include <mia/core/gsl_matrix.hh>

Public Member Functions

 matrix_iterator (gsl_matrix *m, bool begin)
 
 matrix_iterator ()
 
 matrix_iterator (const matrix_iterator &other)=default
 
double & operator* ()
 
matrix_iteratoroperator++ ()
 
matrix_iterator operator++ (int)
 

Friends

class const_matrix_iterator
 
bool operator!= (const matrix_iterator &lhs, const matrix_iterator &rhs)
 
bool operator== (const matrix_iterator &lhs, const matrix_iterator &rhs)
 

Detailed Description

Definition at line 31 of file gsl_matrix.hh.

Constructor & Destructor Documentation

◆ matrix_iterator() [1/3]

gsl::matrix_iterator::matrix_iterator ( gsl_matrix *  m,
bool  begin 
)
inline

Definition at line 34 of file gsl_matrix.hh.

◆ matrix_iterator() [2/3]

gsl::matrix_iterator::matrix_iterator ( )
inline

Definition at line 42 of file gsl_matrix.hh.

◆ matrix_iterator() [3/3]

gsl::matrix_iterator::matrix_iterator ( const matrix_iterator other)
default

Member Function Documentation

◆ operator*()

double& gsl::matrix_iterator::operator* ( )
inline

Definition at line 52 of file gsl_matrix.hh.

◆ operator++() [1/2]

matrix_iterator& gsl::matrix_iterator::operator++ ( )
inline

Definition at line 57 of file gsl_matrix.hh.

◆ operator++() [2/2]

matrix_iterator gsl::matrix_iterator::operator++ ( int  )
inline

Definition at line 69 of file gsl_matrix.hh.

References EXPORT_GSL, gsl::operator!=(), and gsl::operator==().

Friends And Related Function Documentation

◆ const_matrix_iterator

friend class const_matrix_iterator
friend

Definition at line 32 of file gsl_matrix.hh.

◆ operator!=

bool operator!= ( const matrix_iterator lhs,
const matrix_iterator rhs 
)
friend

◆ operator==

bool operator== ( const matrix_iterator lhs,
const matrix_iterator rhs 
)
friend

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