H2Lib
3.0
|
Representation of the sparsity pattern of a matrix. More...
#include <sparsepattern.h>
Data Fields | |
uint | rows |
Number of rows. | |
uint | cols |
Number of columns. | |
ppatentry * | row |
Pointers to non-zero lists for all rows. | |
Representation of the sparsity pattern of a matrix.
The pattern is represented by an array of lists: for the -th row, row
[i] is the pointer to the head of a list of non-zero entries.