H2Lib  3.0
Data Fields
_sparsepattern Struct Reference

Representation of the sparsity pattern of a matrix. More...

#include <sparsepattern.h>

Data Fields

uint rows
 Number of rows.
 
uint cols
 Number of columns.
 
ppatentryrow
 Pointers to non-zero lists for all rows.
 

Detailed Description

Representation of the sparsity pattern of a matrix.

The pattern is represented by an array of lists: for the $i$-th row, row[i] is the pointer to the head of a list of non-zero entries.


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