On 5. apr. 2011, at 15.39, Alan G Isaac wrote:

> On 4/5/2011 9:26 AM, François Steinmetz wrote:
>> It does not change the dtype, 'int' is just interpreted as 'int64' :
> 
> 
> So the meaning of 'int' is system specific?
> 
>>>> import numpy as np; a=np.eye(2,dtype='int'); a.dtype
>     dtype('int32')
> 
> Alan Isaac

'int' is system specific, 'int32' and 'int64' is not. At least, as far as I can 
tell.

Paul.
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to