|
NAMETESTING/EIG/cckglm.f SYNOPSISFunctions/Subroutinessubroutine cckglm (nn, nval, mval, pval, nmats, iseed,
thresh, nmax, a, af, b, bf, x, work, rwork, nin, nout, info)
Function/Subroutine Documentationsubroutine cckglm (integer nn, integer, dimension( * ) nval, integer, dimension( * ) mval, integer, dimension( * ) pval, integer nmats, integer, dimension( 4 ) iseed, real thresh, integer nmax, complex, dimension( * ) a, complex, dimension( * ) af, complex, dimension( * ) b, complex, dimension( * ) bf, complex, dimension( * ) x, complex, dimension( * ) work, real, dimension( * ) rwork, integer nin, integer nout, integer info)CCKGLM 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 cckglm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|