Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df35519 commit 6dfe60eCopy full SHA for 6dfe60e
1 file changed
doc/source/user/quickstart.rst
@@ -1380,8 +1380,8 @@ and then use it as::
1380
The advantage of this version of reduce compared to the normal
1381
ufunc.reduce is that it makes use of the
1382
:ref:`broadcasting rules <broadcasting-rules>`
1383
-in order to avoid creating an argument array the size of the output
1384
-times the number of vectors.
+in order to avoid creating a temporary array that needs as much memory
+as the output array multiplied by the number of vectors.
1385
1386
Indexing with strings
1387
---------------------
0 commit comments