|
Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
Public Types | |
| using | self_type = const_column_index_iterator |
| using | difference_type = std::ptrdiff_t |
| using | value_type = std::pair<REAL const &, size_type const &> |
| using | pointer = value_type * |
| using | reference = value_type & |
| using | iterator_category = std::bidirectional_iterator_tag |
Public Member Functions | |
| const_column_index_iterator (typename std::vector< REAL >::const_iterator valIter, std::vector< size_type >::const_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) |