|
NAMETESTING/EIG/zget54.f SYNOPSISFunctions/Subroutinessubroutine zget54 (n, a, lda, b, ldb, s, lds, t, ldt, u,
ldu, v, ldv, work, result)
Function/Subroutine Documentationsubroutine zget54 (integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( lds, * ) s, integer lds, complex*16, dimension( ldt, * ) t, integer ldt, complex*16, dimension( ldu, * ) u, integer ldu, complex*16, dimension( ldv, * ) v, integer ldv, complex*16, dimension( * ) work, double precision result)ZGET54 Purpose:
Parameters N
A
LDA
B
LDB
S
LDS
T
LDT
U
LDU
V
LDV
WORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 154 of file zget54.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|