From: Scott R. <sr...@nr...> - 2006-09-22 17:37:17
|
argmin is currently defined as using the argmax method! =46rom numpy/oldnumeric/functions.py def argmin(x, axis=3D-1): return N.argmax(x, axis) Scott =2D-=20 Scott M. Ransom Address: NRAO Phone: (434) 296-0320 520 Edgemont Rd. email: sr...@nr... Charlottesville, VA 22903 USA GPG Fingerprint: 06A9 9553 78BE 16DB 407B FFCA 9BFA B6FF FFD3 2989 |