SciPy

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

scipy.optimize.LbfgsInvHessProduct.dot

LbfgsInvHessProduct.dot(x)[source]

Matrix-matrix or matrix-vector multiplication.

Parameters:

x : array_like

1-d or 2-d array, representing a vector or matrix.

Returns:

Ax : array

1-d or 2-d array (depending on the shape of x) that represents the result of applying this linear operator on x.