Computes the Chebyshev (L∞) distance between two input vectors x and y of length .
The Chebyshev distance is defined ass : $$ D_{L\infty}(x, y) = \max_{1
Impure wrapper function for f_lin_chebyshev_core.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x(:) |
input vector 1 |
||
| real(kind=wp), | intent(in) | :: | y(:) |
input vector 2 |
Chebyshev distance