H2Lib  3.0
Data Fields
_patentry Struct Reference

Representation of one non-zero entry in a sparsepattern. More...

#include <sparsepattern.h>

Data Fields

uint row
 Row index.
 
uint col
 Column index.
 
struct _patentrynext
 Next entry in this row.
 

Detailed Description

Representation of one non-zero entry in a sparsepattern.

The non-zero entries are represented by a linked list for each matrix row.


The documentation for this struct was generated from the following file: