|
From: Gary R. <gr...@bi...> - 2006-02-11 05:03:21
|
Hi Sasha,
A couple of points:
Stride
The distance (in bytes) between the two concecutive elements
along an axis.
Stride isn't the distance in bytes is it? Isn't it just the index
increment or alternatively the distance in terms of the multiplier of
the word length of the contained type. Also, a slight typo: concecutive
-> consecutive.
Record
A composite element of an array similar to C struct.
This implies that you can contain different types in a record, which I
think is only true if you have an object array.
Everything else looks OK.
Gary R.
Sasha wrote:
> Sorry for cross posting. This request clearly relevant to the NumPy
> list, but Wiki instructs that such requests should be posted on
> scipy-dev. Please review http://scipy.org/NumPyGlossary .
|