Expand description
Forward difference approximations.
Functionsยง
- Directional derivative of a multivariate, scalar-valued function using the forward difference approximation.
- Gradient of a multivariate, scalar-valued function using the forward difference approximation.
- Jacobian of a multivariate, vector-valued function using the forward difference approximation.
- Derivative of a univariate, scalar-valued function using the forward difference approximation.
- Hessian of a multivariate, scalar-valued function using the forward difference approximation.
- Partial derivative of a multivariate, scalar-valued function using the forward difference approximation.
- Derivative of a univariate, vector-valued function using the forward difference approximation.
- Hessian of a multivariate, vector-valued function using the forward difference approximation.
- Partial derivative of a multivariate, vector-valued function using the forward difference approximation.