Hacker News new | ask | show | jobs
by kakadzhun 1959 days ago
Consider this:

  In [1]: np.argmax(np.array([[1,2,3],[1,9,3],[1,2,3]]).flat)
  Out[2]: 4