SciPy

scipy.optimize.SR1.get_matrix

SR1.get_matrix(self)[source]

Return the current internal matrix.

Returns
Mndarray, shape (n, n)

Dense matrix containing either the Hessian or its inverse (depending on how approx_type was defined).

Previous topic

scipy.optimize.SR1.dot

Next topic

scipy.optimize.SR1.initialize