make_laplacian_matrix

hcipy.util.make_laplacian_matrix(grid)

Make the Laplacian operator using the 5-point stencil approximation

Parameters
gridGrid

The grid for which the derivative matrix is calculated.

Returns
array_like

The convolution matrix.