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: lib/node_modules/@stdlib/ndarray/base/binary-reduce-strided1d-dispatch/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The method has the following parameters:
115
115
The method accepts the following options:
116
116
117
117
-**dims**: list of dimensions over which to perform a reduction.
118
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
118
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
119
119
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
120
120
121
121
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-by-factory/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ The function has the following parameters:
121
121
The function accepts the following options:
122
122
123
123
-**dims**: list of dimensions over which to perform a reduction.
124
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
124
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
125
125
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
126
126
127
127
By default, the function returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-by/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The method has the following parameters:
117
117
The method accepts the following options:
118
118
119
119
-**dims**: list of dimensions over which to perform a reduction.
120
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
120
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
121
121
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
122
122
123
123
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-factory/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ The function has the following parameters:
115
115
The function accepts the following options:
116
116
117
117
-**dims**: list of dimensions over which to perform a reduction.
118
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
118
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
119
119
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
120
120
121
121
By default, the function returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-reduce-strided1d-dispatch/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ The method has the following parameters:
109
109
The method accepts the following options:
110
110
111
111
-**dims**: list of dimensions over which to perform a reduction.
112
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
112
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
113
113
-**keepdims**: boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions. Default: `false`.
114
114
115
115
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch-factory/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ The function has the following parameters:
122
122
The function accepts the following options:
123
123
124
124
-**dims**: list of dimensions over which to perform operation.
125
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
125
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
126
126
127
127
By default, the function returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ The method has the following parameters:
122
122
The method accepts the following options:
123
123
124
124
-**dims**: list of dimensions over which to perform an operation.
125
-
-**dtype**: output ndarray data type. Setting this option, overrides the output data type policy.
125
+
-**dtype**: output ndarray data type. Setting this option overrides the output data type policy.
126
126
127
127
By default, the method returns an ndarray having a data type determined by the output data type policy. To override the default behavior, set the `dtype` option.
0 commit comments