LIBMATIO API  1.3.4
Data Fields
sparse_t Struct Reference

sparse data information More...

Data Fields

void * data
int * ir
int * jc
int ndata
int nir
int njc
int nzmax

Detailed Description

Contains information and data for a sparse matrix


Field Documentation

Array of size nzmax where ir[k] is the row of data[k]. 0 <= k <= nzmax

Referenced by Mat_VarFree(), Mat_VarPrint5(), Read5(), Write5(), WriteCellArrayField(), WriteCompressedCellArrayField(), WriteCompressedStructField(), and WriteStructField().

Array size N+1 (N is number of columsn) with jc[k] being the index into ir/data of the first non-zero element for row k.

Referenced by Mat_VarFree(), Mat_VarPrint5(), Read5(), Write5(), WriteCellArrayField(), WriteCompressedCellArrayField(), WriteCompressedStructField(), and WriteStructField().

Maximum number of non-zero elements

Referenced by Read5().


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