1XERBLA(1) BLAS routine XERBLA(1)
2
3
4
6 XERBLA - is an error handler for the LAPACK routines
7
9 SUBROUTINE XERBLA( SRNAME, INFO )
10
11 CHARACTER*(*) SRNAME
12
13 INTEGER INFO
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*(*)
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
33
34BLAS routine November 2008 XERBLA(1)