Graphviz 13.0.0~dev.20241220.2304
|
#include <neatogen/dijkstra.h>
#include <neatogen/bfs.h>
#include <neatogen/kkutils.h>
#include <neatogen/embed_graph.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <util/alloc.h>
Go to the source code of this file.
Functions | |
void | embed_graph (vtx_data *graph, int n, int dim, DistType ***Coords, int reweight_graph) |
void | center_coordinate (DistType **coords, int n, int dim) |
void center_coordinate | ( | DistType ** | coords, |
int | n, | ||
int | dim | ||
) |
Definition at line 100 of file embed_graph.c.
References dim.
Referenced by sparse_stress_subspace_majorization_kD().
Definition at line 28 of file embed_graph.c.
References bfs(), compute_new_weights(), dijkstra(), dim, dist(), free(), graph(), gv_calloc(), MIN, and restore_old_weights().
Referenced by sparse_stress_subspace_majorization_kD().