![]() |
libFirm
|
Solves a system of linear equations. More...
Functions | |
| int | firm_gaussjordansolve (double *matrix, double *result, unsigned n) |
| Solves a system of linear equations. More... | |
Solves a system of linear equations.
| int firm_gaussjordansolve | ( | double * | matrix, |
| double * | result, | ||
| unsigned | n | ||
| ) |
Solves a system of linear equations.
| matrix | the linear equations as matrix (square matrix, n x n) |
| result | the result vector, will contain the result if successful |
| n | the size of the equation system |