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

Iterate over (sparse) columns of the sparse matrix. More...

#include <SpCCols.h>

Classes

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

Public Member Functions

 SpColIter (IT *jc=NULL)
 
bool operator== (const SpColIter &other)
 
bool operator!= (const SpColIter &other)
 
SpColIteroperator++ ()
 
IT colid () const
 < Return the "local" colid of the current column. More...
 
IT colptr () const
 
IT colptrnext () const
 
IT nnz () const
 

Detailed Description

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

Iterate over (sparse) columns of the sparse matrix.

Definition at line 85 of file SpCCols.h.

Constructor & Destructor Documentation

◆ SpColIter()

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

Definition at line 127 of file SpCCols.h.

Member Function Documentation

◆ colid()

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

< Return the "local" colid of the current column.

Definition at line 141 of file SpCCols.h.

◆ colptr()

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

Definition at line 145 of file SpCCols.h.

◆ colptrnext()

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

Definition at line 149 of file SpCCols.h.

◆ nnz()

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

Definition at line 153 of file SpCCols.h.

◆ operator!=()

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

Definition at line 132 of file SpCCols.h.

◆ operator++()

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

Definition at line 136 of file SpCCols.h.

◆ operator==()

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

Definition at line 128 of file SpCCols.h.


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