|
NAMETESTING/EIG/zgsvts3.f SYNOPSISFunctions/Subroutinessubroutine zgsvts3 (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 zgsvts3 (integer m, integer p, integer n, complex*16, dimension( lda, * ) a, complex*16, dimension( lda, * ) af, integer lda, complex*16, dimension( ldb, * ) b, complex*16, dimension( ldb, * ) bf, integer ldb, complex*16, dimension( ldu, * ) u, integer ldu, complex*16, dimension( ldv, * ) v, integer ldv, complex*16, dimension( ldq, * ) q, integer ldq, double precision, dimension( * ) alpha, double precision, dimension( * ) beta, complex*16, dimension( ldr, * ) r, integer ldr, integer, dimension( * ) iwork, complex*16, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision, dimension( 6 ) result)ZGSVTS3 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 206 of file zgsvts3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|