|
NAMETESTING/EIG/zckgsv.f SYNOPSISFunctions/Subroutinessubroutine zckgsv (nm, mval, pval, nval, nmats, iseed,
thresh, nmax, a, af, b, bf, u, v, q, alpha, beta, r, iwork, work, rwork,
nin, nout, info)
Function/Subroutine Documentationsubroutine zckgsv (integer nm, integer, dimension( * ) mval, integer, dimension( * ) pval, integer, dimension( * ) nval, integer nmats, integer, dimension( 4 ) iseed, double precision thresh, integer nmax, complex*16, dimension( * ) a, complex*16, dimension( * ) af, complex*16, dimension( * ) b, complex*16, dimension( * ) bf, complex*16, dimension( * ) u, complex*16, dimension( * ) v, complex*16, dimension( * ) q, double precision, dimension( * ) alpha, double precision, dimension( * ) beta, complex*16, dimension( * ) r, integer, dimension( * ) iwork, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, integer nin, integer nout, integer info)ZCKGSV Purpose:
Parameters NM
MVAL
PVAL
NVAL
NMATS
ISEED
THRESH
NMAX
A
AF
B
BF
U
V
Q
ALPHA
BETA
R
IWORK
WORK
RWORK
NIN
NOUT
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 195 of file zckgsv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|