LAPACK
3.12.1
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
◆
chkxer()
subroutine chkxer
(
character*7
srnamt
,
integer
infot
,
integer
nout
,
logical
lerr
,
logical
ok
)
Definition at line
3619
of file
zblat3.f
.
3620
*
3621
* Tests whether XERBLA has detected an error when it should.
3622
*
3623
* Auxiliary routine for test program for Level 3 Blas.
3624
*
3625
* -- Written on 8-February-1989.
3626
* Jack Dongarra, Argonne National Laboratory.
3627
* Iain Duff, AERE Harwell.
3628
* Jeremy Du Croz, Numerical Algorithms Group Ltd.
3629
* Sven Hammarling, Numerical Algorithms Group Ltd.
3630
*
3631
* .. Scalar Arguments ..
3632
INTEGER
INFOT, NOUT
3633
LOGICAL
LERR, OK
3634
CHARACTER*7
SRNAMT
3635
* .. Executable Statements ..
3636
IF
( .NOT.lerr )
THEN
3637
WRITE
( nout, fmt = 9999 )infot, srnamt
3638
ok = .false.
3639
END IF
3640
lerr = .false.
3641
RETURN
3642
*
3643
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
3644
$
'ETECTED BY '
, a6,
' *****'
)
3645
*
3646
* End of CHKXER
3647
*
BLAS
TESTING
zblat3.f
Generated on Mon Jan 20 2025 17:18:21 for LAPACK by
1.11.0