cobyqa.models.Models.fun_hess_prod#

Models.fun_hess_prod(v)[source]#

Evaluate the right product of the Hessian matrix of the quadratic model of the objective function with a given vector.

Parameters:
vnumpy.ndarray, shape (n,)

Vector with which the Hessian matrix of the quadratic model of the objective function is multiplied from the right.

Returns:
numpy.ndarray, shape (n,)

Right product of the Hessian matrix of the quadratic model of the objective function with v.