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

An iterator over a CSparseMatrixRange. More...

#include <SparseMatrixRange.h>

Public Member Functions

void operator++ ()
 Operators to aid traversal.
 
bool operator== (const CSparseMatrixIterator< Number > &that) const
 Operators to aid traversal.
 
bool operator!= (const CSparseMatrixIterator< 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)
 
const Number & value () const
 Querying the underlying nonzero A(i,j)
 

Friends

class CSparseMatrixRange< Number >
 

Detailed Description

template<class Number>
class myra::CSparseMatrixIterator< Number >

An iterator over a CSparseMatrixRange.


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