{ } Raw JSON

bundles / scipy 1.17.1 / scipy / optimize / _hessian_update_strategy / HessianUpdateStrategy / dot

function

scipy.optimize._hessian_update_strategy:HessianUpdateStrategy.dot

source: /scipy/optimize/_hessian_update_strategy.py :73

Signature

def   dot ( self p )

Summary

Compute the product of the internal matrix with the given vector.

Parameters

p : array_like

1-D array representing a vector.

Returns

Hp : array

1-D represents the result of multiplying the approximation matrix by vector p.

Aliases

  • scipy.optimize.HessianUpdateStrategy.dot