.TH "TESTING/LIN/cdrvrf4.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/cdrvrf4.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBcdrvrf4\fP (nout, nn, nval, thresh, c1, c2, ldc, crf, a, lda, s_work_clange)" .br .RI "\fBCDRVRF4\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine cdrvrf4 (integer nout, integer nn, integer, dimension( nn ) nval, real thresh, complex, dimension( ldc, * ) c1, complex, dimension( ldc, *) c2, integer ldc, complex, dimension( * ) crf, complex, dimension( lda, * ) a, integer lda, real, dimension( * ) s_work_clange)" .PP \fBCDRVRF4\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> CDRVRF4 tests the LAPACK RFP routines: !> CHFRK !> .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 REAL !> 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 \fIC1\fP .PP .nf !> C1 is COMPLEX array, dimension (LDC,NMAX) !> .fi .PP .br \fIC2\fP .PP .nf !> C2 is COMPLEX array, dimension (LDC,NMAX) !> .fi .PP .br \fILDC\fP .PP .nf !> LDC is INTEGER !> The leading dimension of the array A\&. LDA >= max(1,NMAX)\&. !> .fi .PP .br \fICRF\fP .PP .nf !> CRF is COMPLEX array, dimension ((NMAX*(NMAX+1))/2)\&. !> .fi .PP .br \fIA\fP .PP .nf !> A is COMPLEX 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 \fIS_WORK_CLANGE\fP .PP .nf !> S_WORK_CLANGE is REAL 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 \fB112\fP of file \fBcdrvrf4\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.