oski_matGCSR_t Struct Reference

Generalized compressed sparse row (GCSR) format. More...

#include <format.h>


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.


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.


Field Documentation

oski_index_t* oski_matGCSR_t::cind

oski_index_t* oski_matGCSR_t::ptr

oski_index_t* oski_matGCSR_t::rind

oski_value_t* oski_matGCSR_t::val


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

Generated on Fri Apr 8 22:35:20 2011 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.5.9