![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
| void | dgesvx (char fact, char trans, int n, int nrhs, int lda, double a[], int ldaf, double af[], int ipiv[], char *equed, double r[], double c[], int ldb, double b[], int ldx, double x[], double *rcond, double ferr[], double berr[], double work[], int iwork[], int *info) |
| (Expert driver) Solution to system of linear equations AX = B for a general matrix | |