Wrapper_ipopt.jacobian
- Wrapper_ipopt.jacobian(x)[source]
The callback for calculating the jacobian
- Parameters
x (array) – The variabless passed to IPOPT
- Returns
jac (array) – The gradient of the jacobian matrix at x.
The callback for calculating the jacobian
x (array) – The variabless passed to IPOPT
jac (array) – The gradient of the jacobian matrix at x.