.TH "TESTING/EIG/dlafts.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/EIG/dlafts.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBdlafts\fP (type, m, n, imat, ntests, result, iseed, thresh, iounit, ie)" .br .RI "\fBDLAFTS\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine dlafts (character*3 type, integer m, integer n, integer imat, integer ntests, double precision, dimension( * ) result, integer, dimension( 4 ) iseed, double precision thresh, integer iounit, integer ie)" .PP \fBDLAFTS\fP .PP \fBPurpose:\fP .RS 4 .PP .nf DLAFTS tests the result vector against the threshold value to see which tests for this matrix type failed to pass the threshold\&. Output is to the file given by unit IOUNIT\&. .fi .PP .PP .nf TYPE - CHARACTER*3 On entry, TYPE specifies the matrix type to be used in the printed messages\&. Not modified\&. N - INTEGER On entry, N specifies the order of the test matrix\&. Not modified\&. IMAT - INTEGER On entry, IMAT specifies the type of the test matrix\&. A listing of the different types is printed by DLAHD2 to the output file if a test fails to pass the threshold\&. Not modified\&. NTESTS - INTEGER On entry, NTESTS is the number of tests performed on the subroutines in the path given by TYPE\&. Not modified\&. RESULT - DOUBLE PRECISION array of dimension( NTESTS ) On entry, RESULT contains the test ratios from the tests performed in the calling program\&. Not modified\&. ISEED - INTEGER array of dimension( 4 ) Contains the random seed that generated the matrix used for the tests whose ratios are in RESULT\&. Not modified\&. THRESH - DOUBLE PRECISION On entry, THRESH specifies the acceptable threshold of the test ratios\&. If RESULT( K ) > THRESH, then the K-th test did not pass the threshold and a message will be printed\&. Not modified\&. IOUNIT - INTEGER On entry, IOUNIT specifies the unit number of the file to which the messages are printed\&. Not modified\&. IE - INTEGER On entry, IE contains the number of tests which have failed to pass the threshold so far\&. Updated on exit if any of the ratios in RESULT also fail\&. .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 \fB97\fP of file \fBdlafts\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.