Function zsyrfs_
extern(C) void zsyrfs_
(
char* uplo,
int* n,
int* nrhs,
std .complex .Complex!(double)* a,
int* lda,
std .complex .Complex!(double)* af,
int* ldaf,
int* ipiv,
std .complex .Complex!(double)* b,
int* ldb,
std .complex .Complex!(double)* x,
int* ldx,
double* ferr,
double* berr,
std .complex .Complex!(double)* work,
double* rwork,
int* info,
int uplo_len
);