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