|
NAMESRC/cgeql2.f SYNOPSISFunctions/Subroutinessubroutine cgeql2 (m, n, a, lda, tau, work, info)
Function/Subroutine Documentationsubroutine cgeql2 (integer m, integer n, complex, dimension( lda, * ) a, integer lda, complex, dimension( * ) tau, complex, dimension( * ) work, integer info)CGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. Purpose:
Parameters M
N
A
LDA
TAU
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 122 of file cgeql2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|