|
Graphviz 14.0.3~dev.20251104.0241
|
#include <stdlib.h>#include <common/render.h>#include <neatogen/neato.h>#include <util/alloc.h>#include <util/gv_math.h>Go to the source code of this file.
Functions | |
| int | matinv (double **A, double **Ainv, int n) |
| int matinv | ( | double ** | A, |
| double ** | Ainv, | ||
| int | n | ||
| ) |
Definition at line 40 of file matinv.c.
References A, free(), gv_calloc(), lu_decompose(), lu_solve(), and SWAP.
Referenced by solveCircuit().