1XERBLA(1) BLAS routine XERBLA(1)
2
3
4
6 XERBLA - an error handler for the LAPACK routines
7
9 SUBROUTINE XERBLA(SRNAME,INFO)
10
11 INTEGER INFO
12
13 CHARACTER*6 SRNAME
14
16 XERBLA is an error handler for the LAPACK routines. It is called by
17 an LAPACK routine if an input parameter has an invalid value. A mes‐
18 sage is printed and execution stops.
19
20 Installers may consider modifying the STOP statement in order to call
21 system-specific exception-handling facilities.
22
23
25 SRNAME (input) CHARACTER*6
26 The name of the routine which called XERBLA.
27
28 INFO (input) INTEGER
29 The position of the invalid parameter in the parameter list of
30 the calling routine.
31
32 End of XERBLA
33
34
35
36BLAS routine November 2006 XERBLA(1)