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:
- v
numpy.ndarray, shape (n,) Vector with which the Hessian matrix of the quadratic model of the objective function is multiplied from the right.
- v
- Returns:
numpy.ndarray, shape (n,)Right product of the Hessian matrix of the quadratic model of the objective function with v.