![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/sgrqts.f SYNOPSISFunctions/Subroutinessubroutine sgrqts (m, p, n, a, af, q, r, lda, taua, b, bf,
z, t, bwk, ldb, taub, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine sgrqts (integer m, integer p, integer n, 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)SGRQTS Purpose:
Parameters M
P
N
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 175 of file sgrqts.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|