> No. It is a matter of sorting first on the real part, and then resolving
> duplicates by sorting on the imaginary part.  The magnitude is not used:
[snip]

Oh, OK.  So the ordering algorithm for complex numbers is:

1.  First sort on real part.
2.  Then sort on imag part.

Right?

Stuart
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to