|
NAMETESTING/EIG/zget10.f SYNOPSISFunctions/Subroutinessubroutine zget10 (m, n, a, lda, b, ldb, work, rwork,
result)
Function/Subroutine Documentationsubroutine zget10 (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, double precision result)ZGET10 Purpose:
Parameters M
N
A
LDA
B
LDB
WORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 98 of file zget10.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|