| libFirm 1.20 | 
Solves a system of linear equations. More...
| Functions | |
| int | firm_gaussjordansolve (double *A, double *b, int nsize) | 
| solves a system of linear equations and returns 0 if successful | |
Solves a system of linear equations.
| int firm_gaussjordansolve | ( | double * | A, | 
| double * | b, | ||
| int | nsize | ||
| ) | 
solves a system of linear equations and returns 0 if successful
| A | the linear equations as matrix | 
| b | the result vector, will contain the result if successful | 
| nsize | the size of the equation system |