|
NAMESRC/DEPRECATED/cgelqs.f SYNOPSISFunctions/Subroutinessubroutine cgelqs (m, n, nrhs, a, lda, tau, b, ldb, work,
lwork, info)
Function/Subroutine Documentationsubroutine cgelqs (integer m, integer n, integer nrhs, complex, dimension( lda, * ) a, integer lda, complex, dimension( * ) tau, complex, dimension( ldb, * ) b, integer ldb, complex, dimension( lwork ) work, integer lwork, integer info)CGELQS Purpose:
Parameters M
N
NRHS
A
LDA
TAU
B
LDB
WORK
LWORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 119 of file cgelqs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|