annotate libcruft/blas-xtra/xerbla.f @ 11842:0b9c56b6bf0e release-3-0-x

partially sync Matrix::expm and ComplexMatrix::expm with development repo
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 19 Sep 2008 11:29:51 +0200
parents dd144c6dfc71
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3691
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
1 SUBROUTINE XERBLA( SRNAME, INFO )
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
2 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
3 * -- LAPACK auxiliary routine (preliminary version) --
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
4 * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
5 * Courant Institute, Argonne National Lab, and Rice University
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
6 * February 29, 1992
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
7 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
8 * .. Scalar Arguments ..
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
9 CHARACTER*6 SRNAME
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
10 INTEGER INFO
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
11 * ..
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
12 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
13 * Purpose
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
14 * =======
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
15 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
16 * XERBLA is an error handler for the LAPACK routines.
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
17 * It is called by an LAPACK routine if an input parameter has an
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
18 * invalid value. A message is printed and execution stops.
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
19 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
20 * Installers may consider modifying the STOP statement in order to
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
21 * call system-specific exception-handling facilities.
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
22 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
23 * Arguments
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
24 * =========
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
25 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
26 * SRNAME (input) CHARACTER*6
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
27 * The name of the routine which called XERBLA.
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
28 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
29 * INFO (input) INTEGER
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
30 * The position of the invalid parameter in the parameter list
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
31 * of the calling routine.
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
32 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
33 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
34 WRITE( *, FMT = 9999 )SRNAME, INFO
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
35 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
36 CALL XSTOPX (' ')
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
37 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
38 9999 FORMAT( ' ** On entry to ', A6, ' parameter number ', I2, ' had ',
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
39 $ 'an illegal value' )
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
40 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
41 * End of XERBLA
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
42 *
dd144c6dfc71 [project @ 2000-07-03 01:23:02 by jwe]
jwe
parents:
diff changeset
43 END