sparse_t Struct Reference
[Matlab MAT File I/O Library]

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:

Generated on Sun Jul 26 21:02:43 2009 for LIBMATIO API by  doxygen 1.5.9