unmtr - multiple declarations
Function unmtr
Multiplies a general matrix by the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.
void unmtr
(
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,
ref int info
);
Function unmtr
void unmtr
(
char side,
char uplo,
char trans,
int m,
int n,
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
);