|
MyraMath
|
An iterator over a SparseMatrixRange. More...
#include <SparseMatrixRange.h>
Public Member Functions | |
| void | operator++ () |
| Operators to aid traversal. | |
| bool | operator== (const SparseMatrixIterator< Number > &that) const |
| Operators to aid traversal. | |
| bool | operator!= (const SparseMatrixIterator< Number > &that) const |
| Operators to aid traversal. | |
| int | i () const |
| Querying the underlying nonzero A(i,j) | |
| int | j () const |
| Querying the underlying nonzero A(i,j) | |
| Number & | value () const |
| Querying the underlying nonzero A(i,j) | |
Friends | |
| class | SparseMatrixRange< Number > |
An iterator over a SparseMatrixRange.
1.8.13