Skip to content

Commit 0875165

Browse files
committed
chore: clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: passed - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: passed - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: passed - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent a64b520 commit 0875165

15 files changed

Lines changed: 73 additions & 1006 deletions

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ dsort.ndarray( 3, 1.0, x, 1, 3 );
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.
119119
- The algorithm has space complexity `O(1)` and time complexity `O(N log2 N)`.
120-
- The algorithm is **unstable**, meaning that the algorithm may change the order of strided array elements which are equal or equivalent (e.g., `NaN` values).
121120
- The input strided array is sorted **in-place** (i.e., the input strided array is **mutated**).
122121

123122
</section>

lib/node_modules/@stdlib/blas/ext/base/dsort/benchmark/benchmark.mostly_sorted_few_uniques.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

lib/node_modules/@stdlib/blas/ext/base/dsort/benchmark/benchmark.mostly_sorted_few_uniques.native.js

Lines changed: 0 additions & 132 deletions
This file was deleted.

lib/node_modules/@stdlib/blas/ext/base/dsort/benchmark/benchmark.mostly_sorted_few_uniques.ndarray.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)