[Numpy-tickets] [NumPy] #584: new max/min functions that returns tuple (max, idx)
NumPy
numpy-tickets@scipy....
Thu Oct 4 22:53:22 CDT 2007
#584: new max/min functions that returns tuple (max, idx)
-------------------------+--------------------------------------------------
Reporter: steve_geo | Owner: somebody
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Other | Version: none
Severity: normal | Resolution: wontfix
Keywords: |
-------------------------+--------------------------------------------------
Changes (by rkern):
* status: new => closed
* resolution: => wontfix
Comment:
You can use argmin()/argmax() to get just the index. You can use that to
get the value if you need it, too.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/584#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list