Graphviz 13.1.2~dev.20250726.0945
Loading...
Searching...
No Matches
embed_graph.h File Reference
#include <neatogen/defs.h>
Include dependency graph for embed_graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INTERNAL   /* nothing */
 

Functions

INTERNAL void embed_graph (vtx_data *graph, int n, int dim, DistType ***, int)
 
INTERNAL void center_coordinate (DistType **, int, int)
 

Macro Definition Documentation

◆ INTERNAL

#define INTERNAL   /* nothing */

Definition at line 22 of file embed_graph.h.

Function Documentation

◆ center_coordinate()

INTERNAL 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().

Here is the caller graph for this function:

◆ embed_graph()

INTERNAL 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().

Here is the call graph for this function:
Here is the caller graph for this function: