sgesvx_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
void
sgesvx_
(
char* fact
,
char* trans
,
int* n
,
int* nrhs
,
float* a
,
int* lda
,
float* af
,
int* ldaf
,
int* ipiv
,
char* equed
,
float* r
,
float* c
,
float* b
,
int* ldb
,
float* x
,
int* ldx
,
float* rcond
,
float* ferr
,
float* berr
,
float* work
,
int* iwork
,
int* info
)

Meta