Function zgesvx_

extern(C) void zgesvx_ (
  char* fact,
  char* trans,
  int* n,
  int* nrhs,
  std.complex.Complex!(double)* a,
  int* lda,
  std.complex.Complex!(double)* af,
  int* ldaf,
  int* ipiv,
  char* equed,
  double* r,
  double* c,
  std.complex.Complex!(double)* b,
  int* ldb,
  std.complex.Complex!(double)* x,
  int* ldx,
  double* rcond,
  double* ferr,
  double* berr,
  std.complex.Complex!(double)* work,
  double* rwork,
  int* info,
  int fact_len,
  int trans_len,
  int equed_len
);