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