![]() |
![]()
| ![]() |
![]()
NAMESRC/zungr2.f SYNOPSISFunctions/Subroutinessubroutine zungr2 (m, n, k, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine zungr2 (integer m, integer n, integer k, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( * ) tau, complex*16, dimension( * ) work, integer info)ZUNGR2 generates all or part of the unitary matrix Q from an RQ factorization determined by cgerqf (unblocked algorithm). Purpose:
Parameters M
N
K
A
LDA
TAU
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 113 of file zungr2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|