File: xerbla.l

package info (click to toggle)
lapack 3.0.20000531a-28
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 61,920 kB
  • ctags: 46,200
  • sloc: fortran: 584,835; perl: 8,226; makefile: 2,331; awk: 71; sh: 45
file content (31 lines) | stat: -rwxr-xr-x 743 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH XERBLA l "15 June 2000" "LAPACK version 3.0" ")"
.SH NAME
XERBLA - i an error handler for the LAPACK routines
.SH SYNOPSIS
.TP 19
SUBROUTINE XERBLA(
SRNAME, INFO )
.TP 19
.ti +4
CHARACTER*6
SRNAME
.TP 19
.ti +4
INTEGER
INFO
.SH PURPOSE
XERBLA is an error handler for the LAPACK routines. It is called by an LAPACK routine if an input parameter has an
invalid value.  A message is printed and execution stops.

Installers may consider modifying the STOP statement in order to
call system-specific exception-handling facilities.
.br

.SH ARGUMENTS
.TP 8
SRNAME  (input) CHARACTER*6
The name of the routine which called XERBLA.
.TP 8
INFO    (input) INTEGER
The position of the invalid parameter in the parameter list
of the calling routine.