File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/ndarray/base/unary-strided1d-dispatch Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ The method accepts the following options:
194
194
195
195
where
196
196
197
- - **arrays**: array containing input and output ndarrays, along with any additional ndarray arguments.
197
+ - **arrays**: array containing an input and an output ndarray, followed by any additional ndarray arguments.
198
198
199
199
- The output data type policy only applies to the `apply` method. For the `assign` method, the output ndarray is allowed to have any data type.
200
200
Original file line number Diff line number Diff line change 26
26
27
27
where
28
28
29
- - arrays: array containing input and output ndarrays, along with any
30
- additional ndarray arguments.
29
+ - arrays: array containing an input and an output ndarray, followed by
30
+ any additional ndarray arguments.
31
31
32
32
idtypes: Array<Array<string>>
33
33
List containing lists of supported input array data types for each input
You can’t perform that action at this time.
0 commit comments