Class SparseMatrix::EntriesIterator
Defined in File sparse_matrix.h
Nested Relationships
This class is a nested type of Class SparseMatrix.
Class Documentation
-
class EntriesIterator
Iterator to loop over all matrix entries.
Public Functions
-
inline explicit EntriesIterator(SparseMatrix &context, size_t row)
-
inline void Advance()
-
inline EntriesIterator operator++()
-
inline EntriesIterator operator++(int)
-
inline EntryReference operator*()
-
inline bool operator==(const EntriesIterator &rhs) const
-
inline bool operator!=(const EntriesIterator &rhs) const
-
inline explicit EntriesIterator(SparseMatrix &context, size_t row)