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
3223
of file
cblat2.f
.
3224
*
3225
* Tests whether XERBLA has detected an error when it should.
3226
*
3227
* Auxiliary routine for test program for Level 2 Blas.
3228
*
3229
* -- Written on 10-August-1987.
3230
* Richard Hanson, Sandia National Labs.
3231
* Jeremy Du Croz, NAG Central Office.
3232
*
3233
* .. Scalar Arguments ..
3234
INTEGER
INFOT, NOUT
3235
LOGICAL
LERR, OK
3236
CHARACTER*6
SRNAMT
3237
* .. Executable Statements ..
3238
IF
( .NOT.lerr )
THEN
3239
WRITE
( nout, fmt = 9999 )infot, srnamt
3240
ok = .false.
3241
END IF
3242
lerr = .false.
3243
RETURN
3244
*
3245
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
3246
$
'ETECTED BY '
, a6,
' *****'
)
3247
*
3248
* End of CHKXER
3249
*
BLAS
TESTING
cblat2.f
Generated on Tue Nov 28 2023 11:55:10 for LAPACK by
1.9.7