IMSL C# Numerical Library

ComplexLU.Condition Method 

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

public double Condition(
   Complex[,] a
);

Parameters

a
A Complex matrix.

Return Value

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

See Also

ComplexLU Class | Imsl.Math Namespace