|
NAMETESTING/EIG/zglmts.f SYNOPSISFunctions/Subroutinessubroutine zglmts (n, m, p, a, af, lda, b, bf, ldb, d, df,
x, u, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine zglmts (integer n, integer m, integer p, complex*16, dimension( lda, * ) a, complex*16, dimension( lda, * ) af, integer lda, complex*16, dimension( ldb, * ) b, complex*16, dimension( ldb, * ) bf, integer ldb, complex*16, dimension( * ) d, complex*16, dimension( * ) df, complex*16, dimension( * ) x, complex*16, dimension( * ) u, complex*16, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision result)ZGLMTS Purpose:
Parameters N
M
P
A
AF
LDA
B
BF
LDB
D
DF
X
U
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 144 of file zglmts.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|