SciPy

scipy.optimize.LbfgsInvHessProduct.todense

LbfgsInvHessProduct.todense()[source]

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.