Function cunmr3_

Multiples a general matrix by the unitary matrix from an RZ factorization determined by CTZRZF.

extern(C) void cunmr3_ (
  char* side,
  char* trans,
  int* m,
  int* n,
  int* k,
  int* l,
  std.complex.Complex!(float)* a,
  int* lda,
  std.complex.Complex!(float)* tau,
  std.complex.Complex!(float)* c,
  int* ldc,
  std.complex.Complex!(float)* work,
  int* info,
  int side_len,
  int trans_len
);