Managed Lapack.Report Error 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static void ReportError(
string srname,
int info
)
Parameters
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