#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 453 of file gsl_matrix.hh.
typedef size_t std::iterator_traits< gsl::const_matrix_iterator >::difference_type |
Definition at line 455 of file gsl_matrix.hh.
typedef forward_iterator_tag std::iterator_traits< gsl::const_matrix_iterator >::iterator_category |
Definition at line 459 of file gsl_matrix.hh.
typedef const double* std::iterator_traits< gsl::const_matrix_iterator >::pointer |
Definition at line 457 of file gsl_matrix.hh.
typedef const double& std::iterator_traits< gsl::const_matrix_iterator >::reference |
Definition at line 458 of file gsl_matrix.hh.
typedef double std::iterator_traits< gsl::const_matrix_iterator >::value_type |
Definition at line 456 of file gsl_matrix.hh.