INMOST
A toolkit for distributed mathematical modeling
|
Public Member Functions | |
iterator (const iterator &other) | |
INMOST_DATA_REAL_TYPE & | operator* () |
INMOST_DATA_REAL_TYPE | operator* () const |
INMOST_DATA_REAL_TYPE * | operator-> () |
const INMOST_DATA_REAL_TYPE * | operator-> () const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator= (const iterator &other) |
bool | operator== (const iterator &other) const |
bool | operator!= (const iterator &other) const |
bool | operator< (const iterator &other) const |
bool | operator<= (const iterator &other) const |
bool | operator> (const iterator &other) const |
bool | operator>= (const iterator &other) const |
Friends | |
class | RowMerger |
Definition at line 647 of file inmost_sparse.h.