|
Graphviz
2.29.20120524.0446
|

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) |
| int lu_decompose | ( | double ** | a, |
| int | n | ||
| ) |
Definition at line 67 of file lu.c.
References free_array(), new_array(), free(), and N_NEW.
Referenced by matinv().
| void lu_solve | ( | double * | x, |
| double * | b, | ||
| int | n | ||
| ) |
| int matinv | ( | double ** | A, |
| double ** | Ainv, | ||
| int | n | ||
| ) |
Definition at line 46 of file matinv.c.
References lu_decompose(), N_NEW, lu_solve(), and free().
Referenced by solveCircuit().
1.7.5