[Numpy-discussion] Numpy performance vs Matlab.

Robert Kern robert.kern at gmail.com
Fri Jan 9 16:47:04 EST 2009


On Fri, Jan 9, 2009 at 15:40, Christopher Barker <Chris.Barker at noaa.gov> wrote:

> So what is ogrid useful for?
>
> Just curious...

Floating point grids.

x, y = ogrid[0:1:101j, 0:1:101j]

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list