| |
| | [No title] |
 | | Arrays will not be assumed to always be aligned on word boundaries, nor necessarily stored in the same byte-order as the platform default, nor even writeable (mutable). |
 | | In the following, X is the array to be indexed, B is a boolean index array, and T is a tuple of indexing objects or a single indexing object (except for a boolean array) (note that X[a,b] is equivalent to X[(a,b)]). |
 | | The array "a" acts like a (5,6) array where a[:,0] is broadcast to the other columns, "b" acts like a (5,6) array where b[0,:] is broadcast to the other rows, "c" acts like a (1,6) array and thus a (5,6) array where c[:] is broadcast to every row. |
| numeric.scipy.org /PEP.txt (2588 words) |
|