optiprofiler.FeaturedProblem.jceq

optiprofiler.FeaturedProblem.jceq#

FeaturedProblem.jceq(x)[source]#

Evaluate the Jacobian of the nonlinear equality constraints.

Parameters:
xarray_like, shape (n,)

Point at which to evaluate the Jacobian of the nonlinear equality constraints.

Returns:
numpy.ndarray, shape (m_nonlinear_eq, n)

Jacobian of the nonlinear equality constraints at x.

Raises:
ValueError

If the argument x has an invalid shape or if the return value of the argument jceq has an invalid shape.