SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.optimize.BFGS.dot

BFGS.dot(self, p)[source]

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

Parameters
parray_like

1-D array representing a vector.

Returns
Hparray

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

Previous topic

scipy.optimize.BFGS

Next topic

scipy.optimize.BFGS.get_matrix