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