ManagedLapack.ReportError Method

Is an error handler for the LAPACK routines.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void ReportError(
	string srname,
	int info
)

Parameters

srname  String
            SRNAME is CHARACTER*(*)
            The name of the routine which called XERBLA.
            
info  Int32
            The position of the invalid parameter in the parameter list
            of the calling routine.
            

Remarks

            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.
            

Authors: Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.

Date: November 2011

See Also