The NumericalDerivatives type exposes the following members.

Constructors

NameDescription
NumericalDerivatives
Constructor for NumericalDerivatives.

Methods

NameDescription
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 attempt to free resources and perform other cleanup operations before the Object 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.)

See Also