|
NAMETESTING/LIN/zgeqls.f SYNOPSISFunctions/Subroutinessubroutine zgeqls (m, n, nrhs, a, lda, tau, b, ldb, work,
lwork, info)
Function/Subroutine Documentationsubroutine zgeqls (integer m, integer n, integer nrhs, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( * ) tau, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( lwork ) work, integer lwork, integer info)ZGEQLS 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 120 of file zgeqls.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|