|
NAMETESTING/EIG/csgt01.f SYNOPSISFunctions/Subroutinessubroutine csgt01 (itype, uplo, n, m, a, lda, b, ldb, z,
ldz, d, work, rwork, result)
Function/Subroutine Documentationsubroutine csgt01 (integer itype, character uplo, integer n, integer m, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldb, * ) b, integer ldb, complex, dimension( ldz, * ) z, integer ldz, real, dimension( * ) d, complex, dimension( * ) work, real, dimension( * ) rwork, real, dimension( * ) result)CSGT01 Purpose:
Parameters ITYPE
UPLO
N
M
A
LDA
B
LDB
Z
LDZ
D
WORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 150 of file csgt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|