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