Click or drag to resize
NumericalDerivativesDifferencingMethod Enumeration
Specifies the differencing method.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum DifferencingMethod
Members
  Member nameValueDescription
OneSided0 Indicates one sided differences.
Central1 Indicates central differences.
Accumulate2 Indicates the accumulation of the result from whatever type of differences have been specified previously into initial values of the Jacobian.
Skip3 Indicates a variable to be skipped.
See Also