libFirm 1.20
libfirm/adt/gaussjordan.h
Go to the documentation of this file.
00001 
00005 #ifndef FIRM_ADT_GAUSSJORDAN_H
00006 #define FIRM_ADT_GAUSSJORDAN_H
00007 
00008 #include "../begin.h"
00009 
00024 FIRM_API int firm_gaussjordansolve(double *A, double *b, int nsize);
00025 
00028 #include "../end.h"
00029 
00030 #endif