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

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double ConditionNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property ConditionNumber As Double
Visual C++
public:
property double ConditionNumber {
	double get ();
}

Field 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