.TH "TESTING/LIN/alaerh.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME TESTING/LIN/alaerh.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBalaerh\fP (path, subnam, info, infoe, opts, m, n, kl, ku, n5, imat, nfail, nerrs, nout)" .br .RI "\fBALAERH\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine alaerh (character*3 path, character*( * ) subnam, integer info, integer infoe, character*( * ) opts, integer m, integer n, integer kl, integer ku, integer n5, integer imat, integer nfail, integer nerrs, integer nout)" .PP \fBALAERH\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> ALAERH is an error handler for the LAPACK routines\&. It prints the !> header if this is the first error message and prints the error code !> and form of recovery, if any\&. The character evaluations in this !> routine may make it slow, but it should not be called once the LAPACK !> routines are fully debugged\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIPATH\fP .PP .nf !> PATH is CHARACTER*3 !> The LAPACK path name of subroutine SUBNAM\&. !> .fi .PP .br \fISUBNAM\fP .PP .nf !> SUBNAM is CHARACTER*(*) !> The name of the subroutine that returned an error code\&. !> .fi .PP .br \fIINFO\fP .PP .nf !> INFO is INTEGER !> The error code returned from routine SUBNAM\&. !> .fi .PP .br \fIINFOE\fP .PP .nf !> INFOE is INTEGER !> The expected error code from routine SUBNAM, if SUBNAM were !> error-free\&. If INFOE = 0, an error message is printed, but !> if INFOE\&.NE\&.0, we assume only the return code INFO is wrong\&. !> .fi .PP .br \fIOPTS\fP .PP .nf !> OPTS is CHARACTER*(*) !> The character options to the subroutine SUBNAM, concatenated !> into a single character string\&. For example, UPLO = 'U', !> TRANS = 'T', and DIAG = 'N' for a triangular routine would !> be specified as OPTS = 'UTN'\&. !> .fi .PP .br \fIM\fP .PP .nf !> M is INTEGER !> The matrix row dimension\&. !> .fi .PP .br \fIN\fP .PP .nf !> N is INTEGER !> The matrix column dimension\&. Accessed only if PATH = xGE or !> xGB\&. !> .fi .PP .br \fIKL\fP .PP .nf !> KL is INTEGER !> The number of sub-diagonals of the matrix\&. Accessed only if !> PATH = xGB, xPB, or xTB\&. Also used for NRHS for PATH = xLS\&. !> .fi .PP .br \fIKU\fP .PP .nf !> KU is INTEGER !> The number of super-diagonals of the matrix\&. Accessed only !> if PATH = xGB\&. !> .fi .PP .br \fIN5\fP .PP .nf !> N5 is INTEGER !> A fifth integer parameter, may be the blocksize NB or the !> number of right hand sides NRHS\&. !> .fi .PP .br \fIIMAT\fP .PP .nf !> IMAT is INTEGER !> The matrix type\&. !> .fi .PP .br \fINFAIL\fP .PP .nf !> NFAIL is INTEGER !> The number of prior tests that did not pass the threshold; !> used to determine if the header should be printed\&. !> .fi .PP .br \fINERRS\fP .PP .nf !> NERRS is INTEGER !> On entry, the number of errors already detected; used to !> determine if the header should be printed\&. !> On exit, NERRS is increased by 1\&. !> .fi .PP .br \fINOUT\fP .PP .nf !> NOUT is INTEGER !> The unit number on which results are to be printed\&. !> .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 \fB145\fP of file \fBalaerh\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.