LAPACK
3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
◆
chkxer()
subroutine chkxer
(
character*6
srnamt
,
integer
infot
,
integer
nout
,
logical
lerr
,
logical
ok
)
Definition at line
3231
of file
zblat2.f
.
3232
*
3233
* Tests whether XERBLA has detected an error when it should.
3234
*
3235
* Auxiliary routine for test program for Level 2 Blas.
3236
*
3237
* -- Written on 10-August-1987.
3238
* Richard Hanson, Sandia National Labs.
3239
* Jeremy Du Croz, NAG Central Office.
3240
*
3241
* .. Scalar Arguments ..
3242
INTEGER
INFOT, NOUT
3243
LOGICAL
LERR, OK
3244
CHARACTER*6
SRNAMT
3245
* .. Executable Statements ..
3246
IF
( .NOT.lerr )
THEN
3247
WRITE
( nout, fmt = 9999 )infot, srnamt
3248
ok = .false.
3249
END IF
3250
lerr = .false.
3251
RETURN
3252
*
3253
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
3254
$
'ETECTED BY '
, a6,
' *****'
)
3255
*
3256
* End of CHKXER
3257
*
BLAS
TESTING
zblat2.f
Generated on Tue Nov 28 2023 11:55:10 for LAPACK by
1.9.7