|
COMBINATORIAL_BLAS
1.3
|
Iterate over (sparse) columns of the sparse matrix. More...
#include <SpDCCols.h>
Classes | |
| class | NzIter |
| Iterate over the nonzeros of the sparse column. More... | |
Public Member Functions | |
| SpColIter (IT *cp, IT *jc) | |
| bool | operator== (const SpColIter &other) |
| bool | operator!= (const SpColIter &other) |
| SpColIter & | operator++ () |
| SpColIter | operator++ (int) |
| IT | colid () const |
| < Return the "local" colid of the current column. | |
| IT | colptr () const |
| IT | colptrnext () const |
| IT | nnz () const |
Iterate over (sparse) columns of the sparse matrix.
Definition at line 79 of file SpDCCols.h.
|
inline |
Definition at line 121 of file SpDCCols.h.
|
inline |
< Return the "local" colid of the current column.
Definition at line 143 of file SpDCCols.h.
|
inline |
Definition at line 147 of file SpDCCols.h.
|
inline |
Definition at line 151 of file SpDCCols.h.
|
inline |
Definition at line 155 of file SpDCCols.h.
|
inline |
Definition at line 127 of file SpDCCols.h.
Definition at line 131 of file SpDCCols.h.
Definition at line 137 of file SpDCCols.h.
|
inline |
Definition at line 123 of file SpDCCols.h.
1.8.1.1