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