Function cunmtr_
Multiplies a general matrix by the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.
extern(C) void cunmtr_
(
char* side,
char* uplo,
char* trans,
int* m,
int* n,
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 side_len,
int uplo_len,
int trans_len
);