Click or drag to resize
NumericalDerivatives Methods

The NumericalDerivatives type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluateF
This method is provided by the user to compute the function values at the current independent variable values y.
Public methodEvaluateJ
Evaluates the Jacobian for a system of (m) equations in (n) variables.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPercentageFactor
Returns the percentage factor for differencing.
Public methodGetScalingFactors
Returns the scaling factors for the y values.
Public methodGetStats
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDifferencingMethods
Sets the methods used to compute the derivatives.
Public methodSetInitialF
Set the initial function values.
Public methodSetPercentageFactor
Sets the percentage factor for differencing
Public methodSetScalingFactors
Sets the scaling factors for the y values. The user can also use scale to provide appropriate signs for the increments.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also