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