|
NAMESRC/cung2l.f SYNOPSISFunctions/Subroutinessubroutine cung2l (m, n, k, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine cung2l (integer m, integer n, integer k, complex, dimension( lda, * ) a, integer lda, complex, dimension( * ) tau, complex, dimension( * ) work, integer info)CUNG2L generates all or part of the unitary matrix Q from a QL factorization determined by cgeqlf (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 cung2l.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|