COMBINATORIAL_BLAS  1.6
combblas::SpCCols< IT, NT >::SpColIter::NzIter Class Reference

Iterate over the nonzeros of the sparse column. More...

#include <SpCCols.h>

Public Member Functions

 NzIter (IT *ir=NULL, NT *num=NULL)
 
bool operator== (const NzIter &other)
 
bool operator!= (const NzIter &other)
 
NzIteroperator++ ()
 
NzIter operator++ (int)
 
IT rowid () const
 < Return the "local" rowid of the current nonzero entry. More...
 
NT & value ()
 

Detailed Description

template<class IT, class NT>
class combblas::SpCCols< IT, NT >::SpColIter::NzIter

Iterate over the nonzeros of the sparse column.

Definition at line 88 of file SpCCols.h.

Constructor & Destructor Documentation

◆ NzIter()

template<class IT, class NT>
combblas::SpCCols< IT, NT >::SpColIter::NzIter::NzIter ( IT *  ir = NULL,
NT *  num = NULL 
)
inline

Definition at line 91 of file SpCCols.h.

Member Function Documentation

◆ operator!=()

template<class IT, class NT>
bool combblas::SpCCols< IT, NT >::SpColIter::NzIter::operator!= ( const NzIter other)
inline

Definition at line 97 of file SpCCols.h.

◆ operator++() [1/2]

template<class IT, class NT>
NzIter& combblas::SpCCols< IT, NT >::SpColIter::NzIter::operator++ ( )
inline

Definition at line 101 of file SpCCols.h.

◆ operator++() [2/2]

template<class IT, class NT>
NzIter combblas::SpCCols< IT, NT >::SpColIter::NzIter::operator++ ( int  )
inline

Definition at line 107 of file SpCCols.h.

◆ operator==()

template<class IT, class NT>
bool combblas::SpCCols< IT, NT >::SpColIter::NzIter::operator== ( const NzIter other)
inline

Definition at line 93 of file SpCCols.h.

◆ rowid()

template<class IT, class NT>
IT combblas::SpCCols< IT, NT >::SpColIter::NzIter::rowid ( ) const
inline

< Return the "local" rowid of the current nonzero entry.

Definition at line 113 of file SpCCols.h.

◆ value()

template<class IT, class NT>
NT& combblas::SpCCols< IT, NT >::SpColIter::NzIter::value ( )
inline

Definition at line 117 of file SpCCols.h.


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