On Tue, Mar 31, 2009 at 5:32 PM, Robert Kern <[email protected]> wrote:
> How do you want to fill in the array? If you are typing it in > literally into your code, you would do basically the above, without > the ...'s, and wrap it in numpy.array(...). I know that, but in some cases, n will be quite large, perhaps 1000 on a side. I'm trying to generate an array of that form in numpy entirely for speed and aesthetic reasons. Ian
_______________________________________________ Numpy-discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
