Skip to content

Commit 941561f

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 0a0007e commit 941561f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ssort

lib/node_modules/@stdlib/blas/ext/base/ssort/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ ssort.ndarray( 3, 1.0, x, 1, 3 );
116116
- If `N <= 0` or `order == 0.0`, both functions return `x` unchanged.
117117
- The algorithm distinguishes between `-0` and `+0`. When sorted in increasing order, `-0` is sorted before `+0`. When sorted in decreasing order, `-0` is sorted after `+0`.
118118
- The algorithm sorts `NaN` values to the end. When sorted in increasing order, `NaN` values are sorted last. When sorted in decreasing order, `NaN` values are sorted first.
119-
- The algorithm has space complexity `O(1)` and time complexity `O(N log2 N)`.
120119
- The input strided array is sorted **in-place** (i.e., the input strided array is **mutated**).
121120

122121
</section>

0 commit comments

Comments
 (0)