Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
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_type & | operator++ () |
self_type & | operator++ (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) |