|
NAMETESTING/EIG/cckgqr.f SYNOPSISFunctions/Subroutinessubroutine cckgqr (nm, mval, np, pval, nn, nval, nmats,
iseed, thresh, nmax, a, af, aq, ar, taua, b, bf, bz, bt, bwk, taub, work,
rwork, nin, nout, info)
Function/Subroutine Documentationsubroutine cckgqr (integer nm, integer, dimension( * ) mval, integer np, integer, dimension( * ) pval, integer nn, integer, dimension( * ) nval, integer nmats, integer, dimension( 4 ) iseed, real thresh, integer nmax, complex, dimension( * ) a, complex, dimension( * ) af, complex, dimension( * ) aq, complex, dimension( * ) ar, complex, dimension( * ) taua, complex, dimension( * ) b, complex, dimension( * ) bf, complex, dimension( * ) bz, complex, dimension( * ) bt, complex, dimension( * ) bwk, complex, dimension( * ) taub, complex, dimension( * ) work, real, dimension( * ) rwork, integer nin, integer nout, integer info)CCKGQR Purpose:
Parameters NM
MVAL
NP
PVAL
NN
NVAL
NMATS
ISEED
THRESH
NMAX
A
AF
AQ
AR
TAUA
B
BF
BZ
BT
BWK
TAUB
WORK
RWORK
NIN
NOUT
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 208 of file cckgqr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|