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
3414
of file
zblat3.f
.
3415
*
3416
* Tests whether XERBLA has detected an error when it should.
3417
*
3418
* Auxiliary routine for test program for Level 3 Blas.
3419
*
3420
* -- Written on 8-February-1989.
3421
* Jack Dongarra, Argonne National Laboratory.
3422
* Iain Duff, AERE Harwell.
3423
* Jeremy Du Croz, Numerical Algorithms Group Ltd.
3424
* Sven Hammarling, Numerical Algorithms Group Ltd.
3425
*
3426
* .. Scalar Arguments ..
3427
INTEGER
INFOT, NOUT
3428
LOGICAL
LERR, OK
3429
CHARACTER*6
SRNAMT
3430
* .. Executable Statements ..
3431
IF
( .NOT.lerr )
THEN
3432
WRITE
( nout, fmt = 9999 )infot, srnamt
3433
ok = .false.
3434
END IF
3435
lerr = .false.
3436
RETURN
3437
*
3438
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
3439
$
'ETECTED BY '
, a6,
' *****'
)
3440
*
3441
* End of CHKXER
3442
*
BLAS
TESTING
zblat3.f
Generated on Tue Nov 28 2023 11:55:10 for LAPACK by
1.9.7