unmtr
- void unmtr(char side, char uplo, char trans, f_int m, f_int n, f_cfloat* a, f_int lda, f_cfloat* tau, f_cfloat* c, f_int ldc, f_cfloat* work, f_int lwork, f_int info)
void
unmtr
(,,,,,,,,,,,,) - void unmtr(char side, char uplo, char trans, f_int m, f_int n, f_cdouble* a, f_int lda, f_cdouble* tau, f_cdouble* c, f_int ldc, f_cdouble* work, f_int lwork, f_int info)
Multiplies a general matrix by the unitary transformation matrix from a reduction to tridiagonal form determined by CHETRD.