Click or drag to resize
SuperLURelativeBackwardError Property
The componentwise relative backward error of the solution vector.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double RelativeBackwardError { 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