|
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 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().
1.7.5