H2Lib
3.0
|
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. | |
uint * | row |
Starting indices for row representations in col and coeff . | |
uint * | col |
Column indices of non-zero entries. | |
pfield | coeff |
Coefficients of non-zero entries. | |
Representation of a sparse matrix in compressed row format.