diff options
author | Antony Lee <anntzer.lee@gmail.com> | 2020-11-26 12:08:23 +0100 |
---|---|---|
committer | Antony Lee <anntzer.lee@gmail.com> | 2020-11-26 12:12:38 +0100 |
commit | 2eb0b12b75363f539870a09e155bf8e7a6ca8afa (patch) | |
tree | 2c4b9ab3d6b8c6c4f6a009b39c7c6a327ae09863 /numpy/array_api/_elementwise_functions.py | |
parent | 30cc38701d010d1cc053ddb9856b2d522c33c0f3 (diff) | |
download | numpy-2eb0b12b75363f539870a09e155bf8e7a6ca8afa.tar.gz |
DOC: Clarify docs of np.resize().
- Iteration is done in C-order, not in memory storage order, and
does not disregard strides during iteration (the implementation starts
with calling `ravel()`).
- This applies even when the new shape is larger, except that on top of
that there's cycling in that case. The previous wording made it sound
like "larger" was handled completely differently.
Diffstat (limited to 'numpy/array_api/_elementwise_functions.py')
0 files changed, 0 insertions, 0 deletions