Graphviz 14.0.2~dev.20251008.0253
|
Go to the source code of this file.
Functions | |
PRIVATE void | embed_graph (vtx_data *graph, int n, int dim, DistType ***, int) |
PRIVATE void | center_coordinate (DistType **, int, int) |
Definition at line 100 of file embed_graph.c.
References dim.
Referenced by sparse_stress_subspace_majorization_kD().
PRIVATE void embed_graph | ( | vtx_data * | graph, |
int | n, | ||
int | dim, | ||
DistType *** | Coords, | ||
int | reweight_graph | ||
) |
Definition at line 28 of file embed_graph.c.
References bfs(), compute_new_weights(), dim, dist(), free(), graph(), gv_calloc(), MIN, ngdijkstra(), and restore_old_weights().
Referenced by sparse_stress_subspace_majorization_kD().