Skip to content

Commit 59ef54e

Browse files
committed
docs: organize functions
--- 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: na - 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: na - 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: na - 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 a395fc0 commit 59ef54e

1 file changed

Lines changed: 42 additions & 2 deletions

File tree

lib/node_modules/@stdlib/ndarray/README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var o = ns;
4141

4242
The namespace exports the following functions to create multidimensional arrays:
4343

44-
<!-- <toc pattern="+(array|ctor)"> -->
44+
<!-- <toc pattern="+(array|copy|ctor|empty|empty-like|from-scalar|from-scalar-like|ndarraylike2ndarray|ones|ones-like|to-fancy|zeros|zeros-like)"> -->
4545

4646
<div class="namespace-toc">
4747

@@ -52,9 +52,49 @@ The namespace exports the following functions to create multidimensional arrays:
5252

5353
<!-- </toc> -->
5454

55+
The namespace exports the following functions to manipulate multidimensional arrays:
56+
57+
<!-- <toc pattern="+(broadcast-array|broadcast-arrays|broadcast-scalar|colcat|concat|concat1d|fill|fill-by|fill-slice|flatten|flatten-by|flatten-from|flatten-from-by|flip|fliplr|flipud|hconcat|map|maybe-broadcast-array|maybe-broadcast-arrays|pop|prepend-singleton-dimensions|push|remove-singleton-dimensions|reverse|reverse-dimension|rowcat|shift|slice|slice-assign|slice-dimension|slice-dimension-from|slice-dimension-to|slice-from|slice-to|spread-dimensions|to-flippedlr|to-flippedud|to-reversed|to-reversed-dimension|unshift|vconcat|with)"> -->
58+
59+
<div class="namespace-toc">
60+
61+
</div>
62+
63+
<!-- </toc> -->
64+
65+
The namespace exports the following functions to search multidimensional arrays:
66+
67+
<!-- <toc pattern="+(any|any-by|count-falsy|count-if|count-truthy|every|every-by|filter|filter-map|find|find-last|includes|reject|some|some-by)"> -->
68+
69+
<div class="namespace-toc">
70+
71+
</div>
72+
73+
<!-- </toc> -->
74+
75+
The namespace exports the following functions to inspect multidimensional arrays:
76+
77+
<!-- <toc pattern="+(data-buffer|dtype|flag|flags|ndims|numel|numel-dimension|offset|order|shape|stride|strides)"> -->
78+
79+
<div class="namespace-toc">
80+
81+
</div>
82+
83+
<!-- </toc> -->
84+
85+
The namespace exports the following functions to index multidimensional arrays:
86+
87+
<!-- <toc pattern="+(at|ind2sub|index|sub2ind)"> -->
88+
89+
<div class="namespace-toc">
90+
91+
</div>
92+
93+
<!-- </toc> -->
94+
5595
The namespace contains the following sub-namespaces:
5696

57-
<!-- <toc pattern="+(base|iter)"> -->
97+
<!-- <toc pattern="+(base|iter|vector)"> -->
5898

5999
<div class="namespace-toc">
60100

0 commit comments

Comments
 (0)