Class SparseMatrix::RowIteratorContext

Nested Relationships

This class is a nested type of Class SparseMatrix.

Nested Types

Class Documentation

class RowIteratorContext

Public Functions

inline RowIteratorContext(SparseMatrix &matrix, size_t ref_row)
inline RowIterator begin()
inline RowIterator end()
class RowIterator

Public Functions

inline RowIterator(RowIteratorContext &context, size_t ref_entry)
inline RowIterator operator++()
inline RowIterator operator++(int)
inline EntryReference operator*()
inline bool operator==(const RowIterator &rhs) const
inline bool operator!=(const RowIterator &rhs) const