![]() |
![]()
| ![]() |
![]()
NAMETESTING/EIG/slsets.f SYNOPSISFunctions/Subroutinessubroutine slsets (m, p, n, a, af, lda, b, bf, ldb, c, cf,
d, df, x, work, lwork, rwork, result)
Function/Subroutine Documentationsubroutine slsets (integer m, integer p, integer n, real, dimension( lda, * ) a, real, dimension( lda, * ) af, integer lda, real, dimension( ldb, * ) b, real, dimension( ldb, * ) bf, integer ldb, real, dimension( * ) c, real, dimension( * ) cf, real, dimension( * ) d, real, dimension( * ) df, real, dimension( * ) x, real, dimension( lwork ) work, integer lwork, real, dimension( * ) rwork, real, dimension( 2 ) result)SLSETS Purpose:
Parameters M
P
N
A
AF
LDA
B
BF
LDB
C
CF
D
DF
X
WORK
LWORK
RWORK
RESULT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 153 of file slsets.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|