CSRMatrix Struct Reference

Basic compressed-sparse row (CSR) matrix data structure. More...

#include <sparse_sys.h>

Public Attributes

size_t m
 Number of rows.
 
size_t nnz
 Number of structurally non-zero elements.
 
int * ia
 Row pointers.
 
int * ja
 Column indices.
 
double * sa
 Matrix elements.
 

Detailed Description

Basic compressed-sparse row (CSR) matrix data structure.


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