|
Graphviz 14.0.3~dev.20251029.0425
|
#include <neatogen/neato.h>Go to the source code of this file.
Functions | |
| int | solveCircuit (int nG, double **Gm, double **Gm_inv) |
| int | circuit_model (graph_t *g, int nG) |
| int circuit_model | ( | graph_t * | g, |
| int | nG | ||
| ) |
Definition at line 38 of file circuit.c.
References agfstedge(), agfstnode(), aghead, agnxtedge(), agnxtnode(), AGSEQ, agtail, ED_dist, free_array(), GD_dist, new_array(), and solveCircuit().
Referenced by kkNeato().
| int solveCircuit | ( | int | nG, |
| double ** | Gm, | ||
| double ** | Gm_inv | ||
| ) |
Definition at line 19 of file circuit.c.
References matinv(), and Verbose.
Referenced by circuit_model(), and circuitModel().