bundles / scipy latest / scipy / optimize / _lbfgsb_py / LbfgsInvHessProduct / todense
function
scipy.optimize._lbfgsb_py:LbfgsInvHessProduct.todense
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