Function zupmtr_

extern(C) void zupmtr_ (
  char* side,
  char* uplo,
  char* trans,
  int* m,
  int* n,
  std.complex.Complex!(double)* ap,
  std.complex.Complex!(double)* tau,
  std.complex.Complex!(double)* c,
  int* ldc,
  std.complex.Complex!(double)* work,
  int* info,
  int side_len,
  int uplo_len,
  int trans_len
);