.TH "TESTING/EIG/alarqg.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/EIG/alarqg.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBalarqg\fP (path, nmats, dotype, ntypes, nin, nout)" .br .RI "\fBALARQG\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine alarqg (character*3 path, integer nmats, logical, dimension( * ) dotype, integer ntypes, integer nin, integer nout)" .PP \fBALARQG\fP .PP \fBPurpose:\fP .RS 4 .PP .nf ALARQG handles input for the LAPACK test program\&. It is called to evaluate the input line which requested NMATS matrix types for PATH\&. The flow of control is as follows: IF NMATS = NTYPES THEN DOTYPE(1:NTYPES) = \&.TRUE\&. ELSE Read the next input line for NMATS matrix types Set DOTYPE(I) = \&.TRUE\&. for each valid type I END IF .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIPATH\fP .PP .nf PATH is CHARACTER*3 An LAPACK path name for testing\&. .fi .PP .br \fINMATS\fP .PP .nf NMATS is INTEGER The number of matrix types to be used in testing this path\&. .fi .PP .br \fIDOTYPE\fP .PP .nf DOTYPE is LOGICAL array, dimension (NTYPES) The vector of flags indicating if each type will be tested\&. .fi .PP .br \fINTYPES\fP .PP .nf NTYPES is INTEGER The maximum number of matrix types for this path\&. .fi .PP .br \fININ\fP .PP .nf NIN is INTEGER The unit number for input\&. NIN >= 1\&. .fi .PP .br \fINOUT\fP .PP .nf NOUT is INTEGER The unit number for output\&. NOUT >= 1\&. .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 \fB89\fP of file \fBalarqg\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.