IMSL C# Numerical Library

ComplexSuperLU.ConditionNumber Property

The estimate of the reciprocal condition number of the matrix A.

public double ConditionNumber {get;}

Property Value

A double scalar containing the reciprocal condition number of the matrix A after equilibration and permutation of rows/columns (if done). If the reciprocal condition number is less than machine precision, in particular if it is equal to 0, the matrix is singular to working precision.

See Also

ComplexSuperLU Class | Imsl.Math Namespace