Automatic differentiation (verry.autodiff
)#
This module provides forward-mode automatic differentiation.
|
Return a function that evaluates the derivative of the univariate scalar-valued function. |
|
Return a function that evaluates the gradient of the multivariate scalar-valued function. |
|
Return a function that evaluates the Jacobian matrix of the multivariate vector-valued function. |