[SciPy-user] mgrid waste

Travis Oliphant oliphant at ee.byu.edu
Sun Apr 17 00:04:16 EDT 2005


Alan G Isaac wrote:

>Mesh grids seem overused and inefficient.
>  
>

Try

scipy.ogrid  (open grid)

and then a "broadcasting function" (any ufunc or function which uses 
only ufuncs or a function that's been passed to scipy.vectorize).

-Travis




More information about the SciPy-User mailing list