|
NAMETESTING/LIN/cchkps.f SYNOPSISFunctions/Subroutinessubroutine cchkps (dotype, nn, nval, nnb, nbval, nrank,
rankval, thresh, tsterr, nmax, a, afac, perm, piv, work, rwork, nout)
Function/Subroutine Documentationsubroutine cchkps (logical, dimension( * ) dotype, integer nn, integer, dimension( * ) nval, integer nnb, integer, dimension( * ) nbval, integer nrank, integer, dimension( * ) rankval, real thresh, logical tsterr, integer nmax, complex, dimension( * ) a, complex, dimension( * ) afac, complex, dimension( * ) perm, integer, dimension( * ) piv, complex, dimension( * ) work, real, dimension( * ) rwork, integer nout)CCHKPS Purpose:
Parameters DOTYPE
NN
NVAL
NNB
NBVAL
NRANK
RANKVAL
THRESH
TSTERR
NMAX
A
AFAC
PERM
PIV
WORK
RWORK
NOUT
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 151 of file cchkps.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|