SciPy

scipy.optimize.SR1.dot

SR1.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.

Previous topic

scipy.optimize.SR1

Next topic

scipy.optimize.SR1.get_matrix