Graphviz 13.0.0~dev.20241220.2304
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
 
bool is_pattern_symmetric:1
 
bool is_symmetric:1
 
bool is_undirected:1
 
size_t size
 

Detailed Description

Definition at line 28 of file SparseMatrix.h.

Field Documentation

◆ a

◆ format

int SparseMatrix_struct::format

Definition at line 37 of file SparseMatrix.h.

Referenced by SparseMatrix_alloc(), and SparseMatrix_realloc().

◆ ia

◆ is_pattern_symmetric

bool SparseMatrix_struct::is_pattern_symmetric

Definition at line 38 of file SparseMatrix.h.

◆ is_symmetric

bool SparseMatrix_struct::is_symmetric

Definition at line 39 of file SparseMatrix.h.

◆ is_undirected

bool SparseMatrix_struct::is_undirected

Definition at line 40 of file SparseMatrix.h.

◆ ja

◆ m

◆ n

◆ nz

◆ nzmax

int SparseMatrix_struct::nzmax

Definition at line 32 of file SparseMatrix.h.

◆ size

size_t SparseMatrix_struct::size

Definition at line 41 of file SparseMatrix.h.

Referenced by agglomerative_ink_bundling_internal().

◆ type

int SparseMatrix_struct::type

Definition at line 33 of file SparseMatrix.h.


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