The error allowed in the multipliers.

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

Syntax

C#
public double MultiplierError { get; set; }
Visual Basic (Declaration)
Public Property MultiplierError As Double
Visual C++
public:
property double MultiplierError {
	double get ();
	void set (double value);
}

Field Value

A double scalar value specifying the error allowed in the multipliers.

Remarks

A negative multiplier of an inequality constraint is accepted (as zero) if its absolute value is less than MultiplierError. By default, MultiplierError is set to e^{2\log \epsilon/3}.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if MultiplierError is less than or equal to 0.0

See Also