|
NAMETESTING/EIG/zckglm.f SYNOPSISFunctions/Subroutinessubroutine zckglm (nn, nval, mval, pval, nmats, iseed,
thresh, nmax, a, af, b, bf, x, work, rwork, nin, nout, info)
Function/Subroutine Documentationsubroutine zckglm (integer nn, integer, dimension( * ) nval, integer, dimension( * ) mval, integer, dimension( * ) pval, 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( * ) x, complex*16, dimension( * ) work, double precision, dimension( * ) rwork, integer nin, integer nout, integer info)ZCKGLM Purpose:
Parameters NN
NVAL
MVAL
PVAL
NMATS
ISEED
THRESH
NMAX
A
AF
B
BF
X
RWORK
WORK
NIN
NOUT
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 165 of file zckglm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|