Differentiate Class |
public static class Differentiate
The Differentiate type exposes the following members.
| Name | Description | |
|---|---|---|
| Derivative | Evaluates the derivative of a scalar univariate function. | |
| DerivativeFunc | Creates a function handle for the derivative of a scalar univariate function. | |
| FirstDerivative | Evaluates the first derivative of a scalar univariate function. | |
| FirstDerivativeFunc | Creates a function handle for the first derivative of a scalar univariate function. | |
| FirstPartialDerivative | Evaluates the first partial derivative of a multivariate function. | |
| FirstPartialDerivative2 | Evaluates the first partial derivative of a bivariate function. | |
| FirstPartialDerivative2Func | Creates a function handle for the first partial derivative of a bivariate function. | |
| FirstPartialDerivativeFunc | Creates a function handle for the first partial derivative of a multivariate function. | |
| Order | Initialized a NumericalDerivative with the default points and center for the given order. | |
| PartialDerivative | Evaluates the partial derivative of a multivariate function. | |
| PartialDerivative2 | Evaluates the partial derivative of a bivariate function. | |
| PartialDerivative2Func | Creates a function handle for the partial derivative of a bivariate function. | |
| PartialDerivativeFunc | Creates a function handle for the partial derivative of a multivariate function. | |
| Points | Initialized a NumericalDerivative with the given points and center. | |
| SecondDerivative | Evaluates the second derivative of a scalar univariate function. | |
| SecondDerivativeFunc | Creates a function handle for the second derivative of a scalar univariate function. |