Specifies the differencing method.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum DifferencingMethod |
Visual Basic (Declaration) |
---|
Public Enumeration DifferencingMethod |
Visual C++ |
---|
public enum class DifferencingMethod |
Members
Member name | Description | |
---|---|---|
OneSided |
Indicates one sided differences.
| |
Central |
Indicates central differences.
| |
Accumulate |
Indicates the accumulation of the result from whatever type of
differences have been specified previously into initial values of the
Jacobian.
| |
Skip |
Indicates a variable to be skipped.
|