libFirm
Loading...
Searching...
No Matches
gaussjordan.h
1
5#ifndef FIRM_ADT_GAUSSJORDAN_H
6#define FIRM_ADT_GAUSSJORDAN_H
7
8#include "../begin.h"
9
25FIRM_API int firm_gaussjordansolve(double *matrix, double *result, unsigned n);
26
29#include "../end.h"
30
31#endif
int firm_gaussjordansolve(double *matrix, double *result, unsigned n)
Solves a system of linear equations.