euclidean_conv#

hypercoil.functional.sphere.euclidean_conv(data: Tensor, coor: Tensor, scale: float = 1, max_bin: int = 10000, truncate: float | None = None)[source]#

Spatial convolution using the standard L2 metric and a Gaussian kernel.

See spatial_conv() for implementation details.