|
Graphviz
2.29.20120523.0446
|
#include "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 41 of file circuit.c.
References new_array(), agfstnode(), agnxtnode(), agfstedge(), agnxtedge(), AGSEQ, agtail, aghead, ED_dist, solveCircuit(), GD_dist, and free_array().
| int solveCircuit | ( | int | nG, |
| double ** | Gm, | ||
| double ** | Gm_inv | ||
| ) |
Definition at line 22 of file circuit.c.
References Verbose, and matinv().
Referenced by circuit_model(), and circuitModel().
1.7.5