You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: every/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The function accepts the following `options`:
79
79
-**dims**: list of dimensions over which to perform a reduction.
80
80
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned [`ndarray`][@stdlib/ndarray/ctor] as singleton dimensions. Default: `false`.
81
81
82
-
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, provide the `dims` option.
82
+
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, set the `dims` option.
83
83
84
84
<!-- eslint-disable max-len -->
85
85
@@ -200,7 +200,7 @@ The function accepts the following `options`:
200
200
201
201
-**dims**: list of dimensions over which to perform a reduction.
202
202
203
-
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, provide the `dims` option.
203
+
By default, the function performs a reduction over all elements in a provided [`ndarray`][@stdlib/ndarray/ctor]. To reduce specific dimensions, set the `dims` option.
0 commit comments