SciPy

scipy.optimize.BFGS.dot

BFGS.dot(p)[source]

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.