IMSL C# Numerical Library

LU.Condition Method 

Return an estimate of the reciprocal of the L1 condition number of a matrix.

public double Condition(
   double[,] a
);

Parameters

a
The double square matrix for which the reciprocal of the L1 condition number is desired.

Return Value

A double value representing an estimate of the reciprocal of the L1 condition number of the matrix.

See Also

LU Class | Imsl.Math Namespace