summaryrefslogtreecommitdiff
path: root/numpy/array_api/_elementwise_functions.py
diff options
context:
space:
mode:
authorAntony Lee <anntzer.lee@gmail.com>2020-11-26 12:08:23 +0100
committerAntony Lee <anntzer.lee@gmail.com>2020-11-26 12:12:38 +0100
commit2eb0b12b75363f539870a09e155bf8e7a6ca8afa (patch)
tree2c4b9ab3d6b8c6c4f6a009b39c7c6a327ae09863 /numpy/array_api/_elementwise_functions.py
parent30cc38701d010d1cc053ddb9856b2d522c33c0f3 (diff)
downloadnumpy-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