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