.TH "TESTING/EIG/dckgqr.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/EIG/dckgqr.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdckgqr\fP (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)" .br .RI "\fBDCKGQR\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dckgqr (integer nm, integer, dimension( * ) mval, integer np, integer, dimension( * ) pval, integer nn, integer, dimension( * ) nval, integer nmats, integer, dimension( 4 ) iseed, double precision thresh, integer nmax, double precision, dimension( * ) a, double precision, dimension( * ) af, double precision, dimension( * ) aq, double precision, dimension( * ) ar, double precision, dimension( * ) taua, double precision, dimension( * ) b, double precision, dimension( * ) bf, double precision, dimension( * ) bz, double precision, dimension( * ) bt, double precision, dimension( * ) bwk, double precision, dimension( * ) taub, double precision, dimension( * ) work, double precision, dimension( * ) rwork, integer nin, integer nout, integer info)" .PP \fBDCKGQR\fP .PP \fBPurpose:\fP .RS 4 .PP .nf DCKGQR tests DGGQRF: GQR factorization for N-by-M matrix A and N-by-P matrix B, DGGRQF: GRQ factorization for M-by-N matrix A and P-by-N matrix B\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fINM\fP .PP .nf NM is INTEGER The number of values of M contained in the vector MVAL\&. .fi .PP .br \fIMVAL\fP .PP .nf MVAL is INTEGER array, dimension (NM) The values of the matrix row(column) dimension M\&. .fi .PP .br \fINP\fP .PP .nf NP is INTEGER The number of values of P contained in the vector PVAL\&. .fi .PP .br \fIPVAL\fP .PP .nf PVAL is INTEGER array, dimension (NP) The values of the matrix row(column) dimension P\&. .fi .PP .br \fINN\fP .PP .nf NN is INTEGER The number of values of N contained in the vector NVAL\&. .fi .PP .br \fINVAL\fP .PP .nf NVAL is INTEGER array, dimension (NN) The values of the matrix column(row) dimension N\&. .fi .PP .br \fINMATS\fP .PP .nf NMATS is INTEGER The number of matrix types to be tested for each combination of matrix dimensions\&. If NMATS >= NTYPES (the maximum number of matrix types), then all the different types are generated for testing\&. If NMATS < NTYPES, another input line is read to get the numbers of the matrix types to be used\&. .fi .PP .br \fIISEED\fP .PP .nf ISEED is INTEGER array, dimension (4) On entry, the seed of the random number generator\&. The array elements should be between 0 and 4095, otherwise they will be reduced mod 4096, and ISEED(4) must be odd\&. On exit, the next seed in the random number sequence after all the test matrices have been generated\&. .fi .PP .br \fITHRESH\fP .PP .nf THRESH is DOUBLE PRECISION The threshold value for the test ratios\&. A result is included in the output file if RESULT >= THRESH\&. To have every test ratio printed, use THRESH = 0\&. .fi .PP .br \fINMAX\fP .PP .nf NMAX is INTEGER The maximum value permitted for M or N, used in dimensioning the work arrays\&. .fi .PP .br \fIA\fP .PP .nf A is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIAF\fP .PP .nf AF is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIAQ\fP .PP .nf AQ is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIAR\fP .PP .nf AR is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fITAUA\fP .PP .nf TAUA is DOUBLE PRECISION array, dimension (NMAX) .fi .PP .br \fIB\fP .PP .nf B is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIBF\fP .PP .nf BF is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIBZ\fP .PP .nf BZ is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIBT\fP .PP .nf BT is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIBWK\fP .PP .nf BWK is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fITAUB\fP .PP .nf TAUB is DOUBLE PRECISION array, dimension (NMAX) .fi .PP .br \fIWORK\fP .PP .nf WORK is DOUBLE PRECISION array, dimension (NMAX*NMAX) .fi .PP .br \fIRWORK\fP .PP .nf RWORK is DOUBLE PRECISION array, dimension (NMAX) .fi .PP .br \fININ\fP .PP .nf NIN is INTEGER The unit number for input\&. .fi .PP .br \fINOUT\fP .PP .nf NOUT is INTEGER The unit number for output\&. .fi .PP .br \fIINFO\fP .PP .nf INFO is INTEGER = 0 : successful exit > 0 : If DLATMS returns an error code, the absolute value of it is returned\&. .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB207\fP of file \fBdckgqr\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.