Managed Lapack.Report Error Method
Is an error handler for the LAPACK routines.
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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