|
NAMETESTING/EIG/cglmts.f SYNOPSISFunctions/Subroutinessubroutine cglmts (n, m, p, a, af, lda, b, bf, ldb, d, df,
x, u, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine cglmts (integer n, integer m, integer p, complex, dimension( lda, * ) a, complex, dimension( lda, * ) af, integer lda, complex, dimension( ldb, * ) b, complex, dimension( ldb, * ) bf, integer ldb, complex, dimension( * ) d, complex, dimension( * ) df, complex, dimension( * ) x, complex, dimension( * ) u, complex, dimension( lwork ) work, integer lwork, real, dimension( * ) rwork, real result)CGLMTS 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 148 of file cglmts.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|