scipy.optimize.LbfgsInvHessProduct.
todense
-
LbfgsInvHessProduct.todense()[source]
Return a dense array representation of this operator.
- Returns:
- arrndarray, shape=(n, n)
An array with the same shape and containing
the same data represented by this LinearOperator.