|
NAMETESTING/EIG/zsgt01.f SYNOPSISFunctions/Subroutinessubroutine zsgt01 (itype, uplo, n, m, a, lda, b, ldb, z,
ldz, d, work, rwork, result)
Function/Subroutine Documentationsubroutine zsgt01 (integer itype, character uplo, integer n, integer m, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( ldz, * ) z, integer ldz, double precision, dimension( * ) d, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, double precision, dimension( * ) result)ZSGT01 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 zsgt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|