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) |
SpColIter & | operator++ () |
IT | colid () const |
< Return the "local" colid of the current column. More... | |
IT | colptr () const |
IT | colptrnext () const |
IT | nnz () const |
Iterate over (sparse) columns of the sparse matrix.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |