Click or drag to resize
MinUnconMultiVarGradientTolerance Property
The gradient tolerance used to compute the gradient.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double GradientTolerance { get; set; }

Property Value

Type: Double
A double specifying the gradient tolerance used to compute the gradient.
Exceptions
ExceptionCondition
ArgumentException is thrown if GradientTolerance is less than or equal to 0
Remarks
By default, the cube root of machine precision squared is used to compute the gradient.
See Also