[Numpy-discussion] Latest Array-Interface PEP

Torgil Svensson torgil.svensson at gmail.com
Fri Jan 12 14:49:56 EST 2007


On 1/12/07, Neal Becker <ndbecker2 at gmail.com> wrote:

> How about:
>
> 1. A memory concept, of which buffer is an example.
> 2. A view concept.
> 3. A variety of common concrete types composing 1+2.

Is there any difference between a view and an array that shares memory
with another array?

For access, are you suggesting

1. Single memory API
2. Single view API
3. Single array API where we can access View+Memory API

?



More information about the NumPy-Discussion mailing list