cr.sparse.pairwise_linf_distances_rw

cr.sparse.pairwise_linf_distances_rw(A, B)[source]

Computes the pairwise Chebyshev distances between points in A and points in B where each point is a row vector

Parameters
Returns

An MxN matrix D of Chebyshev distances between points in A and points in B

Return type

(jax.numpy.ndarray)