unmrz - multiple declarations

Function unmrz

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

void unmrz (
  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 lwork,
  ref int info
);

Function unmrz

void unmrz (
  char side,
  char trans,
  int m,
  int n,
  int k,
  int l,
  std.complex.Complex!(double)* a,
  int lda,
  std.complex.Complex!(double)* tau,
  std.complex.Complex!(double)* c,
  int ldc,
  std.complex.Complex!(double)* work,
  int lwork,
  ref int info
);