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
25
FIRM_API
int
firm_gaussjordansolve
(
double
*matrix,
double
*result,
unsigned
n);
26
29
#include "../end.h"
30
31
#endif
firm_gaussjordansolve
int firm_gaussjordansolve(double *matrix, double *result, unsigned n)
Solves a system of linear equations.
libfirm
adt
gaussjordan.h
Generated on Tue Jan 1 1980 00:00:00 for libFirm by
1.12.0