H2Lib  3.0
Data Fields
_sparsematrix Struct Reference

Representation of a sparse matrix in compressed row format. More...

#include <sparsematrix.h>

Data Fields

uint rows
 Number of rows.
 
uint cols
 Number of columns.
 
uint nz
 Number of non-zero entries.
 
uintrow
 Starting indices for row representations in col and coeff.
 
uintcol
 Column indices of non-zero entries.
 
pfield coeff
 Coefficients of non-zero entries.
 

Detailed Description

Representation of a sparse matrix in compressed row format.


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