Skip to content

Commit 9251867

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

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/docs

1 file changed

+5
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/docs/repl.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
{{alias}}( arrays )
33
Sorts a one-dimensional ndarray using heapsort.
44

5+
When the sort order is less than zero, the input ndarray is sorted in
6+
decreasing order. When the sort order is greater than zero, the input
7+
ndarray is sorted in increasing order. When the sort order is equal to zero,
8+
the input ndarray is left unchanged.
9+
510
The input ndarray is sorted in-place (i.e., the input ndarray is mutated).
611

712
Parameters

0 commit comments

Comments
 (0)