
3 Nov
2006
3 Nov
'06
2:04 a.m.
Travis Oliphant wrote:
or just
numpy.array(array.array('d',[1,2,3]))
and leave-out the buffer object all together.
I think the buffer object in his example was just a placeholder for "some arbitrary object that supports the buffer interface", not necessarily another NumPy array.
-- Greg