XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
Loading...
Searching...
No Matches
Functions
dsgesv.c File Reference

Functions

void dsgesv (int n, int nrhs, int lda, double a[], int ipiv[], int ldb, double b[], int ldx, double x[], double work[], float swork[], int *iter, int *info)
 (Simple driver) Solution to system of linear equations AX = B for a general matrix (mixed precision with iterative refinement)