oski_matGCSR_t Struct Reference

#include <format.h>


Detailed Description

Generalized compressed sparse row (GCSR) format.

This data structure is similar to CSR except that there is an additional array, rind, which stores row indices.


Data Fields

oski_index_t num_stored_rows
 Number of stored rows.
oski_index_t * ptr
 Row pointers.
oski_index_t * rind
 Row indices.
oski_index_t * cind
 Column indices.
oski_value_t * val
 Stored values.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 19 16:41:23 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6