![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/dglmts.f SYNOPSISFunctions/Subroutinessubroutine dglmts (n, m, p, a, af, lda, b, bf, ldb, d, df,
x, u, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine dglmts (integer n, integer m, integer p, double precision, dimension( lda, * ) a, double precision, dimension( lda, * ) af, integer lda, double precision, dimension( ldb, * ) b, double precision, dimension( ldb, * ) bf, integer ldb, double precision, dimension( * ) d, double precision, dimension( * ) df, double precision, dimension( * ) x, double precision, dimension( * ) u, double precision, dimension( lwork ) work, integer lwork, double precision, dimension( * ) rwork, double precision result)DGLMTS 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 dglmts.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|