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/blas/ext/sorthp/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
@@ -60,7 +60,7 @@ The function accepts the following options:
60
60
61
61
-**dims**: list of dimensions over which to perform operation. If not provided, the function performs the operation over all elements in a provided input [ndarray][@stdlib/ndarray/ctor].
62
62
63
-
By default, the function uses an increasing sort order. To sort in a different order, provide a `sortOrder` argument.
63
+
By default, the function sorts elements in increasing order. To sort in a different order, provide a `sortOrder` argument.
64
64
65
65
```javascript
66
66
var ndarray2array =require( '@stdlib/ndarray/to-array' );
0 commit comments