SuperLUConditionNumber Property |
The estimate of the reciprocal condition number of the matrix
A.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ConditionNumber { get; }
Public ReadOnly Property ConditionNumber As Double
Get
public:
property double ConditionNumber {
double get ();
}
member ConditionNumber : float with 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