{ } Raw JSON

bundles / scipy 1.17.1 / scipy / sparse / linalg / _special_sparse_arrays / LaplacianNd / toarray

function

scipy.sparse.linalg._special_sparse_arrays:LaplacianNd.toarray

source: /scipy/sparse/linalg/_special_sparse_arrays.py :373

Signature

def   toarray ( self )

Summary

Converts the Laplacian data to a dense array.

Returns

L : ndarray

The shape is (N, N) where N = np.prod(grid_shape).

Aliases

  • scipy.sparse.linalg.LaplacianNd.toarray