ComplexSuperLURelativeBackwardError Property |
The componentwise relative backward error of the solution vector.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double RelativeBackwardError { get; }
Public ReadOnly Property RelativeBackwardError As Double
Get
public:
property double RelativeBackwardError {
double get ();
}
member RelativeBackwardError : float with get
Property Value
Type:
Double
A
double containing the componentwise relative
backward error of the solution vector
x.
If
IterativeRefinement is not set to
true, then
RelativeBackwardError returns
1.0.
See Also