|
Graphviz
2.41.20171026.1811
|

Go to the source code of this file.
Functions | |
| int | lu_decompose (double **a, int n) |
| void | lu_solve (double *x, double *b, int n) |
| int | matinv (double **A, double **Ainv, int n) |
Definition at line 67 of file lu.c.
References free_array(), N_NEW, and new_array().
Referenced by matinv().
| void lu_solve | ( | double * | x, |
| double * | b, | ||
| int | n | ||
| ) |
Definition at line 42 of file matinv.c.
References lu_decompose(), lu_solve(), and N_NEW.
Referenced by solveCircuit().
1.8.5