Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
Public Types | Public Member Functions | List of all members
hdnum::SparseMatrix< REAL >::column_index_iterator Class Reference

Public Types

using self_type = column_index_iterator
 
using difference_type = std::ptrdiff_t
 
using value_type = std::pair<REAL &, size_type const &>
 
using pointer = value_type *
 
using reference = value_type &
 
using iterator_category = std::bidirectional_iterator_tag
 

Public Member Functions

 column_index_iterator (typename std::vector< REAL >::iterator valIter, std::vector< size_type >::iterator colIndicesIter)
 
self_typeoperator++ ()
 
self_typeoperator++ (int junk)
 
value_type operator* ()
 
value_type::first_type value ()
 
value_type::second_type index ()
 
bool operator== (const self_type &other)
 
bool operator!= (const self_type &other)
 

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