![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/sgsvts3.f SYNOPSISFunctions/Subroutinessubroutine sgsvts3 (m, p, n, a, af, lda, b, bf, ldb, u,
ldu, v, ldv, q, ldq, alpha, beta, r, ldr, iwork, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine sgsvts3 (integer m, integer p, integer n, real, dimension( lda, * ) a, real, dimension( lda, * ) af, integer lda, real, dimension( ldb, * ) b, real, dimension( ldb, * ) bf, integer ldb, real, dimension( ldu, * ) u, integer ldu, real, dimension( ldv, * ) v, integer ldv, real, dimension( ldq, * ) q, integer ldq, real, dimension( * ) alpha, real, dimension( * ) beta, real, dimension( ldr, * ) r, integer ldr, integer, dimension( * ) iwork, real, dimension( lwork ) work, integer lwork, real, dimension( * ) rwork, real, dimension( 6 ) result)SGSVTS3 Purpose:
Parameters M
P
N
A
AF
LDA
B
BF
LDB
U
LDU
V
LDV
Q
LDQ
ALPHA
BETA
R
LDR
IWORK
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 207 of file sgsvts3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|