Numerical |
The NumericalDerivative type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateDerivativeFunctionHandle | Creates a function handle for the derivative of a scalar univariate function. |
![]() | CreateMixedPartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) | Creates a function handle for the mixed partial derivative of a multivariate function. |
![]() | CreateMixedPartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) | Creates a function handle for the mixed partial derivative of a multivariate vector function. |
![]() | CreatePartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) | Creates a function handle for the partial derivative of a multivariate function. |
![]() | CreatePartialDerivativeFunctionHandle(FuncDouble, Double, Int32, Int32) | Creates a function handle for the partial derivative of a vector multivariate function. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | EvaluateDerivative(Double, Int32, Double) | Evaluates the derivative of equidistant points using the finite difference method. |
![]() | EvaluateDerivative(FuncDouble, Double, Double, Int32, NullableDouble) | Evaluates the derivative of a scalar univariate function. |
![]() | EvaluateMixedPartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) | Evaluates the mixed partial derivative of variable order for multivariate functions. |
![]() | EvaluateMixedPartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) | Evaluates the mixed partial derivative of variable order for multivariate function arrays. |
![]() | EvaluatePartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) | Evaluates the partial derivative of a multivariate function. |
![]() | EvaluatePartialDerivative(FuncDouble, Double, Double, Int32, Int32, NullableDouble) | Evaluates the partial derivatives of a multivariate function array. |
![]() | 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 the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ResetEvaluations | Resets the evaluation counter. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |