Graphviz 14.0.3~dev.20251115.1151
Loading...
Searching...
No Matches
vtx_data Struct Reference

#include <sparsegraph.h>

Data Fields

size_t nedges
 no. of neighbors, including self
 
int * edges
 
float * ewgts
 
float * eweights
 

Detailed Description

Definition at line 28 of file sparsegraph.h.

Field Documentation

◆ edges

int* vtx_data::edges

Definition at line 30 of file sparsegraph.h.

Referenced by construct_graph(), and sparse_stress_subspace_majorization_kD().

◆ eweights

float* vtx_data::eweights

Definition at line 32 of file sparsegraph.h.

◆ ewgts

float* vtx_data::ewgts

Definition at line 31 of file sparsegraph.h.

Referenced by construct_graph(), and sparse_stress_subspace_majorization_kD().

◆ nedges

size_t vtx_data::nedges

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