.TH "TESTING/LIN/ddrvrf3.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/ddrvrf3.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBddrvrf3\fP (nout, nn, nval, thresh, a, lda, arf, b1, b2, d_work_dlange, d_work_dgeqrf, tau)" .br .RI "\fBDDRVRF3\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine ddrvrf3 (integer nout, integer nn, integer, dimension( nn ) nval, double precision thresh, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( * ) arf, double precision, dimension( lda, * ) b1, double precision, dimension( lda, * ) b2, double precision, dimension( * ) d_work_dlange, double precision, dimension( * ) d_work_dgeqrf, double precision, dimension( * ) tau)" .PP \fBDDRVRF3\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> DDRVRF3 tests the LAPACK RFP routines: !> DTFSM !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fINOUT\fP .PP .nf !> NOUT is INTEGER !> The unit number for output\&. !> .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 dimension N\&. !> .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 \fIA\fP .PP .nf !> A is DOUBLE PRECISION array, dimension (LDA,NMAX) !> .fi .PP .br \fILDA\fP .PP .nf !> LDA is INTEGER !> The leading dimension of the array A\&. LDA >= max(1,NMAX)\&. !> .fi .PP .br \fIARF\fP .PP .nf !> ARF is DOUBLE PRECISION array, dimension ((NMAX*(NMAX+1))/2)\&. !> .fi .PP .br \fIB1\fP .PP .nf !> B1 is DOUBLE PRECISION array, dimension (LDA,NMAX) !> .fi .PP .br \fIB2\fP .PP .nf !> B2 is DOUBLE PRECISION array, dimension (LDA,NMAX) !> .fi .PP .br \fID_WORK_DLANGE\fP .PP .nf !> D_WORK_DLANGE is DOUBLE PRECISION array, dimension (NMAX) !> .fi .PP .br \fID_WORK_DGEQRF\fP .PP .nf !> D_WORK_DGEQRF is DOUBLE PRECISION array, dimension (NMAX) !> .fi .PP .br \fITAU\fP .PP .nf !> TAU is DOUBLE PRECISION array, dimension (NMAX) !> .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 \fB116\fP of file \fBddrvrf3\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.