libFirm
gaussjordan.h
Go to the documentation of this file.
1 
5 #ifndef FIRM_ADT_GAUSSJORDAN_H
6 #define FIRM_ADT_GAUSSJORDAN_H
7 
8 #include "../begin.h"
9 
24 FIRM_API int firm_gaussjordansolve(double *A, double *b, int nsize);
25 
28 #include "../end.h"
29 
30 #endif