#include <mia/core/gsl_matrix.hh>
Public Types | |
typedef size_t | difference_type |
typedef forward_iterator_tag | iterator_category |
typedef const double * | pointer |
typedef const double & | reference |
typedef double | value_type |
Definition at line 470 of file gsl_matrix.hh.
typedef size_t std::iterator_traits< gsl::const_matrix_iterator >::difference_type |
Definition at line 472 of file gsl_matrix.hh.
typedef forward_iterator_tag std::iterator_traits< gsl::const_matrix_iterator >::iterator_category |
Definition at line 476 of file gsl_matrix.hh.
typedef const double* std::iterator_traits< gsl::const_matrix_iterator >::pointer |
Definition at line 474 of file gsl_matrix.hh.
typedef const double& std::iterator_traits< gsl::const_matrix_iterator >::reference |
Definition at line 475 of file gsl_matrix.hh.
typedef double std::iterator_traits< gsl::const_matrix_iterator >::value_type |
Definition at line 473 of file gsl_matrix.hh.