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) |
Definition at line 67 of file lu.c.
References free_array(), N_NEW, and new_array().
Referenced by matinv().