Stéfan van der Walt wrote:
> 2008/7/19 Charles R Harris <[EMAIL PROTECTED]>:
>   
>> 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

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

Reply via email to