Graphviz 13.0.0~dev.20241220.2304
|
#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().