make_laplacian_matrix

hcipy.util.make_laplacian_matrix(grid)[source]

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.