bundles / scipy 1.17.1 / scipy / sparse / linalg / _special_sparse_arrays / LaplacianNd / toarray
function
scipy.sparse.linalg._special_sparse_arrays:LaplacianNd.toarray
Signature
def toarray ( self ) Summary
Converts the Laplacian data to a dense array.
Returns
L: ndarrayThe shape is
(N, N)whereN = np.prod(grid_shape).
Aliases
-
scipy.sparse.linalg.LaplacianNd.toarray