euclidean_dist

gtravyl.euclidean_dist(ind1: tuple[int, int], ind2: tuple[int, int], value1: Any, value2: Any)

Neighbor indices are computed under the standard Euclidean distance.

Parameters:
  • ind1 – Location in Euclidean space for the first point.

  • ind2 – Location in Euclidean space for the second point.

  • value1 – Needed for type signature, essentially ignored.

  • value2 – Needed for type signature, essentially ignored.