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
2871
of file
sblat3.f
.
2872
*
2873
* Tests whether XERBLA has detected an error when it should.
2874
*
2875
* Auxiliary routine for test program for Level 3 Blas.
2876
*
2877
* -- Written on 8-February-1989.
2878
* Jack Dongarra, Argonne National Laboratory.
2879
* Iain Duff, AERE Harwell.
2880
* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2881
* Sven Hammarling, Numerical Algorithms Group Ltd.
2882
*
2883
* .. Scalar Arguments ..
2884
INTEGER
INFOT, NOUT
2885
LOGICAL
LERR, OK
2886
CHARACTER*7
SRNAMT
2887
* .. Executable Statements ..
2888
IF
( .NOT.lerr )
THEN
2889
WRITE
( nout, fmt = 9999 )infot, srnamt
2890
ok = .false.
2891
END IF
2892
lerr = .false.
2893
RETURN
2894
*
2895
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
2896
$
'ETECTED BY '
, a7,
' *****'
)
2897
*
2898
* End of CHKXER
2899
*
BLAS
TESTING
sblat3.f
Generated on Mon Jan 20 2025 17:18:20 for LAPACK by
1.11.0