Graphviz 13.1.3~dev.20250813.1130
|
#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().