Click or drag to resize
ComplexSuperLUConditionNumber Property
The estimate of the reciprocal condition number of the matrix A.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ConditionNumber { get; }

Property Value

Type: Double
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