|
NAMETESTING/EIG/cget54.f SYNOPSISFunctions/Subroutinessubroutine cget54 (n, a, lda, b, ldb, s, lds, t, ldt, u,
ldu, v, ldv, work, result)
Function/Subroutine Documentationsubroutine cget54 (integer n, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb, complex, dimension( lds, * ) s, integer lds, complex, dimension( ldt, * ) t, integer ldt, complex, dimension( ldu, * ) u, integer ldu, complex, dimension( ldv, * ) v, integer ldv, complex, dimension( * ) work, real result)CGET54 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 cget54.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|