Hello,
i have a vary big array with real-numbers. In there i want to find the maximum what i can do with the max()-function.
Then i want to know at which index this max-value is. Currently i do it with a loop that compares each array-element
with the previous found max-value.
But this is extremly slow. Is there a faster way o do it?
Thanks for the help
i have a vary big array with real-numbers. In there i want to find the maximum what i can do with the max()-function.
Then i want to know at which index this max-value is. Currently i do it with a loop that compares each array-element
with the previous found max-value.
But this is extremly slow. Is there a faster way o do it?
Thanks for the help