The scaled gradient tolerance used to compute the gradient.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double GradientTolerance { get; set; } |
Visual Basic (Declaration) |
---|
Public Property GradientTolerance As Double |
Visual C++ |
---|
public:
property double GradientTolerance {
double get ();
void set (double value);
} |
Field Value
A
double specifying the scaled gradient tolerance used to compute the
gradient. The
i-th component of the scaled gradient at x is
calculated as
where

,
s =
xscale, and
where
f =
fscale.
Remarks
Exceptions
See Also