C Library Functions  - xerbla (3)

NAME

xerbla(3f) - [BLAS:AUX_BLAS] error handler routine for the BLAS/LAPACK routines

CONTENTS

Synopsis
Definition
Options
Authors
See Also

SYNOPSIS

subroutine xerbla( srname, info )

       .. Scalar Arguments ..
       character(len=*),intent(in) :: srname
       integer,intent(in)          :: info
       ..

DEFINITION

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.

OPTIONS

    SRNAME

SRNAME is character(len=*),intent(in) The name of the routine which called XERBLA.

    INFO

INFO is integer,intent(in) The position of the invalid parameter in the parameter list of the calling routine.

AUTHORS

o Univ. of Tennessee
o Univ. of California Berkeley
o Univ. of Colorado Denver
o NAG Ltd.

 date:December 2016

SEE ALSO

Online html documentation available at http://www.netlib.org/lapack/explore-html/


Nemo Release 3.1 xerbla (3) July 22, 2023
Generated by manServer 1.08 from 1f604b67-19c9-474a-a27e-0e4ecb60f732 using man macros.