On Fri, Jan 30, 2009 at 5:18 AM, Neal Becker <[email protected]> wrote: > A nit, but it would be nice if 'ones' could fill with a value other than 1. > > Maybe an optional val= keyword?
You can use the "tile" function for this. "tile(3,3)" creates an array of 3 3's. Geoffrey _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
