Skip to content
Commit f7683dd2 authored by Moritz Boeck's avatar Moritz Boeck Committed by Manfred Hanke
Browse files

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.
parent ff2bf739
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment