Skip to content

Commit 5e24e4d

Browse files
authored
docs: add note
Signed-off-by: Athan <[email protected]>
1 parent dc84192 commit 5e24e4d

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/sorthp/docs

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/blas/ext/sorthp/docs/repl.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
{{alias}}( x[, sortOrder][, options] )
33
Sorts an input ndarray along one or more ndarray dimensions using heapsort.
44

5+
The function sorts an input ndarray in-place and thus mutates an input
6+
ndarray.
7+
58
Parameters
69
----------
710
x: ndarray

0 commit comments

Comments
 (0)