| NumericalDerivatives Methods |
The NumericalDerivatives type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| EvaluateF |
This method is provided by the user to compute the function values
at the current independent variable values y.
| |
| EvaluateJ |
Evaluates the Jacobian for a system of (m) equations in
(n) variables.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPercentageFactor |
Returns the percentage factor for differencing.
| |
| GetScalingFactors |
Returns the scaling factors for the y values.
| |
| GetStats |
Returns status information. This information might prove useful to
the user wanting to gain better control over the differencing
parameters. This information can often be ignored.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDifferencingMethods |
Sets the methods used to compute the derivatives.
| |
| SetInitialF |
Set the initial function values.
| |
| SetPercentageFactor |
Sets the percentage factor for differencing
| |
| SetScalingFactors |
Sets the scaling factors for the y values. The user can
also use scale to provide appropriate signs for the
increments.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |