The componentwise relative backward error of the solution vector.

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

Syntax

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

Field Value

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