LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
Main Page
Modules
Data Types List
Files
subroutine chkxer
(
character*6
SRNAMT
,
integer
INFOT
,
integer
NOUT
,
logical
LERR
,
logical
OK
)
Definition at line
2789
of file
sblat3.f
.
2789
*
2790
* Tests whether XERBLA has detected an error when it should.
2791
*
2792
* Auxiliary routine for test program for Level 3 Blas.
2793
*
2794
* -- Written on 8-February-1989.
2795
* Jack Dongarra, Argonne National Laboratory.
2796
* Iain Duff, AERE Harwell.
2797
* Jeremy Du Croz, Numerical Algorithms Group Ltd.
2798
* Sven Hammarling, Numerical Algorithms Group Ltd.
2799
*
2800
* .. Scalar Arguments ..
2801
INTEGER
infot, nout
2802
LOGICAL
lerr, ok
2803
CHARACTER*6
srnamt
2804
* .. Executable Statements ..
2805
IF
( .NOT.lerr )
THEN
2806
WRITE
( nout, fmt = 9999 )infot, srnamt
2807
ok = .false.
2808
END IF
2809
lerr = .false.
2810
RETURN
2811
*
2812
9999
FORMAT
(
' ***** ILLEGAL VALUE OF PARAMETER NUMBER '
, i2,
' NOT D'
,
2813
$
'ETECTED BY '
, a6,
' *****'
)
2814
*
2815
* End of CHKXER.
2816
*
BLAS
TESTING
sblat3.f
Generated on Sun Jun 19 2016 20:52:44 for LAPACK by
1.8.10