{ } Raw JSON

bundles / scipy 1.17.1 / scipy / optimize / _lbfgsb_py / LbfgsInvHessProduct / todense

function

scipy.optimize._lbfgsb_py:LbfgsInvHessProduct.todense

source: /scipy/optimize/_lbfgsb_py.py :623

Signature

def   todense ( self )

Summary

Return a dense array representation of this operator.

Returns

arr : ndarray, shape=(n, n)

An array with the same shape and containing the same data represented by this LinearOperator.

Aliases

  • scipy.optimize.LbfgsInvHessProduct.todense