Graphviz  2.41.20171026.1811
Functions
circuit.c File Reference
#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)
 

Function Documentation

int circuit_model ( graph_t g,
int  nG 
)
int solveCircuit ( int  nG,
double **  Gm,
double **  Gm_inv 
)

Definition at line 22 of file circuit.c.

References matinv(), and Verbose.

Referenced by circuit_model(), and circuitModel().