[Numpy-discussion] nanmean(), nanstd() and other "missing" functions for 1.8

Daπid davidmenhur at gmail.com
Wed May 1 11:22:28 EDT 2013


On 1 May 2013 17:13, Todd <toddrjen at gmail.com> wrote:
> Speaking of which, I think there should be a function to construct a complex
> array out of two identically-shaped floating-point arrays, as well as
> perhaps an np.i class that converts a real array to an imaginary one (using
> __mul__ and such).

np.i would be exactly the same as array * 1j, or am I missing anything?

The same goes for constructing a complex, real + imag * 1j



More information about the NumPy-Discussion mailing list