Sorry, one more additional info:
I need to know the original position of the value in the array. if the value was moved from s[900] to s[9], I need to know that it used to be at 900.
Ok, here is a rather basic problem.
I have 2 sets of data, each containing 1000 floating points. I need to find 10 that changed the most, i.e.
data1[1] - data2[1] = s[1]
data1[2] - data2[2] = s[2]
etc... (repeat 1000 times)
and I need to find s[] with the 10 largest numbers.
How would you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.