Function cunmbr_

Multiplies a general matrix by one of the unitary transformation matrices from a reduction to bidiagonal form determined by CGEBRD.

extern(C) void cunmbr_ (
  char* vect,
  char* side,
  char* trans,
  int* m,
  int* n,
  int* k,
  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,
  int* info,
  int vect_len,
  int side_len,
  int trans_len
);