aspcol.kernelinterpolation.kernel_gaussian

aspcol.kernelinterpolation.kernel_gaussian(points1, points2, scale)

Guassian kernel, also known as the radial basis function kernel.

Parameters:
  • points1 (ndarray of shape (num_points1, spatial_dim))

  • points2 (ndarray of shape (num_points2, spatial_dim))

  • scale (ndarray of shape (num_scales,))

Return type:

ndarray of shape (num_scales, num_points1, num_points2)