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