Hi, Is this a dumb question ? Why is there no np.asum() equivalent to np.sum() - like amax() to max() ?
Another question: what does it mean that amax() (and max()) is a "function" while maximum() is a ufunc !? >>> N.max <function amax at 0x14071b8> >>> N.maximum <ufunc 'maximum'> >>> N.amax <function amax at 0x14071b8> Is there a performance difference connected to this ? Cheers, Sebastian Haase _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion