bundles / scipy latest / scipy / optimize / _hessian_update_strategy / HessianUpdateStrategy / dot
function
scipy.optimize._hessian_update_strategy:HessianUpdateStrategy.dot
Signature
def dot ( self , p ) Summary
Compute the product of the internal matrix with the given vector.
Parameters
p: array_like1-D array representing a vector.
Returns
Hp: array1-D represents the result of multiplying the approximation matrix by vector p.
Aliases
-
scipy.optimize.HessianUpdateStrategy.dot