H2Lib
3.0
|
Representation of one non-zero entry in a sparsepattern. More...
#include <sparsepattern.h>
Data Fields | |
uint | row |
Row index. | |
uint | col |
Column index. | |
struct _patentry * | next |
Next entry in this row. | |
Representation of one non-zero entry in a sparsepattern.
The non-zero entries are represented by a linked list for each matrix row.