I have an array of numbers, and the maximum value might occurrence more than once.
Is it possible to find the index of the last occurrence of the maximum value by using something like numpy.argmax?
Or, even better, is it possible to get a list of indices of all the occurrences of the maximum value in the array?