Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
SparseMatrix_struct Struct Reference

#include <SparseMatrix.h>

Data Fields

int m
 
int n
 
int nz
 
int nzmax
 
int type
 
int * ia
 
int * ja
 
void * a
 
int format
 
int property
 
size_t size
 

Detailed Description

Definition at line 29 of file SparseMatrix.h.

Field Documentation

◆ a

◆ format

int SparseMatrix_struct::format

Definition at line 38 of file SparseMatrix.h.

Referenced by SparseMatrix_alloc(), and SparseMatrix_realloc().

◆ ia

◆ ja

◆ m

◆ n

◆ nz

◆ nzmax

int SparseMatrix_struct::nzmax

Definition at line 33 of file SparseMatrix.h.

◆ property

int SparseMatrix_struct::property

Definition at line 39 of file SparseMatrix.h.

◆ size

size_t SparseMatrix_struct::size

Definition at line 40 of file SparseMatrix.h.

Referenced by agglomerative_ink_bundling_internal().

◆ type

int SparseMatrix_struct::type

Definition at line 34 of file SparseMatrix.h.


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