LAPACKE_dgbsvx_work

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
int
LAPACKE_dgbsvx_work
(,
char fact
,
char trans
,
int n
,
int kl
,
int ku
,
int nrhs
,
double* ab
,
int ldab
,
double* afb
,
int ldafb
,
int* ipiv
,
char* equed
,
double* r
,
double* c
,
double* b
,
int ldb
,
double* x
,
int ldx
,
double* rcond
,
double* ferr
,
double* berr
,
double* work
,
int* iwork
)

Meta