Graphviz 13.0.0~dev.20241220.2304
|
#include <sparsegraph.h>
Data Fields | |
unsigned | nedges |
unsigned * | edges |
size_t | nedges |
no. of neighbors, including self | |
int * | edges |
float * | ewgts |
float * | eweights |
Definition at line 198 of file graph_generator.c.
unsigned* vtx_data::edges |
Definition at line 200 of file graph_generator.c.
Referenced by construct_graph(), and sparse_stress_subspace_majorization_kD().
int* vtx_data::edges |
Definition at line 29 of file sparsegraph.h.
float* vtx_data::eweights |
Definition at line 31 of file sparsegraph.h.
float* vtx_data::ewgts |
Definition at line 30 of file sparsegraph.h.
Referenced by construct_graph(), and sparse_stress_subspace_majorization_kD().
unsigned vtx_data::nedges |
Definition at line 199 of file graph_generator.c.
Referenced by construct_graph(), right_mult_with_vector(), and sparse_stress_subspace_majorization_kD().
size_t vtx_data::nedges |
Definition at line 28 of file sparsegraph.h.