optiprofiler.FeaturedProblem.hceq

optiprofiler.FeaturedProblem.hceq#

FeaturedProblem.hceq(x)[source]#

Evaluate the Hessian of the nonlinear equality constraints.

Parameters:
xarray_like, shape (n,)

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

Returns:
list of numpy.ndarray, shape (m_nonlinear_eq,)

List of Hessians 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 hceq has an invalid shape.