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