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