[Numpy-discussion] ticket #842.

Travis E. Oliphant oliphant at enthought.com
Sat Jul 19 14:05:33 EDT 2008


Stéfan van der Walt wrote:
> 2008/7/19 Charles R Harris <charlesr.harris at gmail.com>:
>   
>> In [2]: type(conjugate(array(8+7j)))
>> Out[2]: <type 'numpy.complex128'>
>>
>> In [3]: type((array(8+7j)))
>> Out[3]: <type 'numpy.ndarray'>
>>
>> So I think all that needs to be done is fix the return type conjugate if we
>> agree that it should be an array.
>>     
>
> I think it should be an array.
>   
+1/2




More information about the NumPy-Discussion mailing list