libFirm
Gauss Jordan Elimination

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

Detailed Description

Solves a system of linear equations.

Function Documentation

int firm_gaussjordansolve ( double *  A,
double *  b,
int  nsize 
)

solves a system of linear equations and returns 0 if successful

Parameters
Athe linear equations as matrix
bthe result vector, will contain the result if successful
nsizethe size of the equation system