Graphviz 13.0.0~dev.20241220.2304
|
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 39 of file matinv.c.
References A, free(), gv_calloc(), lu_decompose(), and lu_solve().
Referenced by solveCircuit().