Template Function ecl::euclidean_norm(const T&, const T&)

Function Documentation

template<typename T>
T ecl::euclidean_norm(const T &x1, const T &x2)

Function for euclidean norms of dimension 2.

Parameters:
  • x1 – : first argument

  • x2 – : second argument

Returns:

T : result of the input.