![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/dgeqls.f SYNOPSISFunctions/Subroutinessubroutine dgeqls (m, n, nrhs, a, lda, tau, b, ldb, work,
lwork, info)
Function/Subroutine Documentationsubroutine dgeqls (integer m, integer n, integer nrhs, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( * ) tau, double precision, dimension( ldb, * ) b, integer ldb, double precision, dimension( lwork ) work, integer lwork, integer info)DGEQLS 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 dgeqls.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|