cobyqa.models.Quadratic.hess_prod#
- Quadratic.hess_prod(v, interpolation)[source]#
Evaluate the right product of the Hessian matrix of the quadratic model with a given vector.
- Parameters:
- v
numpy.ndarray, shape (n,) Vector with which the Hessian matrix of the quadratic model is multiplied from the right.
- interpolation
cobyqa.models.Interpolation Interpolation set.
- v
- Returns:
numpy.ndarray, shape (n,)Right product of the Hessian matrix of the quadratic model with v.