NumericalDerivativesDifferencingMethod Enumeration |
Specifies the differencing method.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public enum DifferencingMethod
Public Enumeration DifferencingMethod
public enum class DifferencingMethod
Members
| Member name | Value | Description |
---|
| OneSided | 0 |
Indicates one sided differences.
|
| Central | 1 |
Indicates central differences.
|
| Accumulate | 2 |
Indicates the accumulation of the result from whatever type of
differences have been specified previously into initial values of the
Jacobian.
|
| Skip | 3 |
Indicates a variable to be skipped.
|
See Also