![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/sgqrts.f SYNOPSISFunctions/Subroutinessubroutine sgqrts (n, m, p, a, af, q, r, lda, taua, b, bf,
z, t, bwk, ldb, taub, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine sgqrts (integer n, integer m, integer p, real, dimension( lda, * ) a, real, dimension( lda, * ) af, real, dimension( lda, * ) q, real, dimension( lda, * ) r, integer lda, real, dimension( * ) taua, real, dimension( ldb, * ) b, real, dimension( ldb, * ) bf, real, dimension( ldb, * ) z, real, dimension( ldb, * ) t, real, dimension( ldb, * ) bwk, integer ldb, real, dimension( * ) taub, real, dimension( lwork ) work, integer lwork, real, dimension( * ) rwork, real, dimension( 4 ) result)SGQRTS Purpose:
Parameters N
M
P
A
AF
Q
R
LDA
TAUA
B
BF
Z
T
BWK
LDB
TAUB
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 174 of file sgqrts.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|