MyraMath
Friends | List of all members
myra::SparseMatrixIterator< Number > Class Template Reference

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 >
 

Detailed Description

template<class Number>
class myra::SparseMatrixIterator< Number >

An iterator over a SparseMatrixRange.


The documentation for this class was generated from the following files: