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