unmhr - multiple declarations
Function unmhr
Multiplies a general matrix by the unitary transformation matrix from a reduction to Hessenberg form determined by CGEHRD.
void unmhr
(
char side,
char trans,
int m,
int n,
int ilo,
int ihi,
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 unmhr
void unmhr
(
char side,
char trans,
int m,
int n,
int ilo,
int ihi,
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
);