#include "neato.h"
Include dependency graph for circuit.c:
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 44 of file circuit.c.
References agfstedge(), agfstnode(), agnxtedge(), agnxtnode(), ED_dist, free_array(), GD_dist, Agedge_t::head, ND_id, new_array(), solveCircuit(), and Agedge_t::tail.
int solveCircuit | ( | int | nG, | |
double ** | Gm, | |||
double ** | Gm_inv | |||
) |
Definition at line 25 of file circuit.c.
References matinv(), and Verbose.
Referenced by circuit_model(), and circuitModel().