IMSL C# Numerical Library

MinUncon.Accuracy Property

The required absolute accuracy in the final value returned by the ComputeMin method.

public double Accuracy {get; set;}

Property Value

A double scalar value specifying the required absolute accuracy in the final value returned by the ComputeMin method.

Remarks

By default, the required accuracy is set to 1.0e-8.

See Also

MinUncon Class | Imsl.Math Namespace