Calculate the pairwise Euclidean distances between the rows of 2 matrices.
get_dist_two_sets(set1, set2)
set1
set2
A matrix of pairwise distances between the rows of 2 matrices.
Useful links