INMOST
A toolkit for distributed mathematical modeling
|
Entry of the sparse matrix row. More...
#include <inmost_sparse.h>
Public Member Functions | |
bool | operator< (const entry_s &other) const |
Comparison operator that helps sorting entries. | |
Public Attributes | |
INMOST_DATA_ENUM_TYPE | first |
the column number of the row element. | |
INMOST_DATA_REAL_TYPE | second |
the real value of the row element. | |
Entry of the sparse matrix row.
Definition at line 166 of file inmost_sparse.h.