Graphviz
2.41.20171026.1811
|
#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) |
Definition at line 41 of file circuit.c.
References agfstedge(), agfstnode(), aghead(), agnxtedge(), agnxtnode(), AGSEQ, agtail(), ED_dist, free_array(), GD_dist, new_array(), and solveCircuit().
Definition at line 22 of file circuit.c.
References matinv(), and Verbose.
Referenced by circuit_model(), and circuitModel().