"...isisscripts.git" did not exist on "1a1f8a97b8e4c7944ce971577555319a10929f34"
function associate_arrays added
For each element of an array A[i] this function searches the element B[j] (of a second array) with the smallest difference to A[i]. It returns the index j as associate_arrays(A,B).index[i] and the corresponding difference in addition.
Loading
Please register or sign in to comment