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
3607
of file
cblat3.f
.
3608
*
3609
* Tests whether XERBLA has detected an error when it should.
3610
*
3611
* Auxiliary routine for test program for Level 3 Blas.
3612
*
3613
* -- Written on 8-February-1989.
3614
* Jack Dongarra, Argonne National Laboratory.
3615
* Iain Duff, AERE Harwell.
3616
* Jeremy Du Croz, Numerical Algorithms Group Ltd.
3617
* Sven Hammarling, Numerical Algorithms Group Ltd.
3618
*
3619
* .. Scalar Arguments ..
3620
INTEGER
INFOT, NOUT
3621
LOGICAL
LERR, OK
3622
CHARACTER*7
SRNAMT
3623
* .. Executable Statements ..
3624
IF
( .NOT.lerr )
THEN
3625
WRITE
( nout, fmt = 9999 )infot, srnamt
3626
ok = .false.
3627
END IF
3628
lerr = .false.
3629
RETURN
3630
*
3631
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
3632
$
'ETECTED BY '
, a6,
' *****'
)
3633
*
3634
* End of CHKXER
3635
*
BLAS
TESTING
cblat3.f
Generated on Mon Jan 20 2025 17:18:20 for LAPACK by
1.11.0