Click or drag to resize

NumericalDerivative Methods

The NumericalDerivative type exposes the following members.

Methods
 NameDescription
Public methodCreateDerivativeFunctionHandle Creates a function handle for the derivative of a scalar univariate function.
Public methodCreateMixedPartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) Creates a function handle for the mixed partial derivative of a multivariate function.
Public methodCreateMixedPartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) Creates a function handle for the mixed partial derivative of a multivariate vector function.
Public methodCreatePartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) Creates a function handle for the partial derivative of a multivariate function.
Public methodCreatePartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) Creates a function handle for the partial derivative of a vector multivariate function.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluateDerivative(Double, Int32, Double) Evaluates the derivative of equidistant points using the finite difference method.
Public methodEvaluateDerivative(FuncDouble, Double, Double, Int32, NullableDouble) Evaluates the derivative of a scalar univariate function.
Public methodEvaluateMixedPartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) Evaluates the mixed partial derivative of variable order for multivariate functions.
Public methodEvaluateMixedPartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) Evaluates the mixed partial derivative of variable order for multivariate function arrays.
Public methodEvaluatePartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) Evaluates the partial derivative of a multivariate function.
Public methodEvaluatePartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) Evaluates the partial derivatives of a multivariate function array.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodResetEvaluations Resets the evaluation counter.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also