Expand description
Central difference approximations.
Functionsยง
- directional_
derivative - Directional derivative of a multivariate, scalar-valued function using the central difference approximation.
- gradient
- Gradient of a multivariate, scalar-valued function using the central difference approximation.
- jacobian
- Jacobian of a multivariate, vector-valued function using the central difference approximation.
- sderivative
- Derivative of a univariate, scalar-valued function using the central difference approximation.
- shessian
- Hessian of a multivariate, scalar-valued function using the central difference approximation.
- spartial_
derivative - Partial derivative of a multivariate, scalar-valued function using the central difference approximation.
- vderivative
- Derivative of a univariate, vector-valued function using the central difference approximation.
- vhessian
- Hessian of a multivariate, vector-valued function using the central difference approximation.
- vpartial_
derivative - Partial derivative of a multivariate, vector-valued function using the central difference approximation.