On Sat, Mar 27, 2010 at 5:22 PM, Christopher Barker <[email protected]> wrote: > Dag Sverre Seljebotn wrote: >> Converting to a NumPy array before >>> computation is one option, > > You should be able to create a numpy array from an array.array without > copying the data, so this could be pretty lightweight. >
Does np.asarray handle that? Or must I do something more? _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
