CSRMatrix Struct Reference

#include <sparse_sys.h>

Public Attributes

size_t m
 
size_t nnz
 
int * ia
 
int * ja
 
double * sa
 

Detailed Description

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

Member Data Documentation

◆ ia

int* CSRMatrix::ia

Row pointers

◆ ja

int* CSRMatrix::ja

Column indices

◆ m

size_t CSRMatrix::m

Number of rows

◆ nnz

size_t CSRMatrix::nnz

Number of structurally non-zero elements

◆ sa

double* CSRMatrix::sa

Matrix elements


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