optiprofiler.FeaturedProblem.jcub#
- FeaturedProblem.jcub(x)[source]#
Evaluate the Jacobian of the nonlinear inequality constraints.
- Parameters:
- xarray_like, shape (n,)
Point at which to evaluate the Jacobian of the nonlinear inequality constraints.
- Returns:
numpy.ndarray, shape (m_nonlinear_ub, n)Jacobian of the nonlinear inequality constraints at x.
- Raises:
- ValueError
If the argument x has an invalid shape or if the return value of the argument
jcubhas an invalid shape.