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(), 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(), and WriteStructField().

Number of complex/real data values

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

number of elements in ir

Referenced by Read5(), Write5(), WriteCellArrayField(), and WriteStructField().

Number of elements in jc

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

Maximum number of non-zero elements

Referenced by Read5().


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

Generated on 23 Aug 2010 for LIBMATIO API by  doxygen 1.6.1