@@ -72,9 +72,11 @@ var o = ns;
7272// returns {...}
7373```
7474
75+ ##### Creation
76+
7577The namespace exports the following functions to create multidimensional arrays:
7678
77- <!-- <toc pattern="+(array|copy|ctor|empty|empty-like|from-scalar|from-scalar-like|ndarraylike2ndarray|ones|ones-like|to-fancy|zeros|zeros-like)"> -->
79+ <!-- <toc pattern="+(array|copy|ctor|empty|empty-like|fancy| from-scalar|from-scalar-like|ndarraylike2ndarray|ones|ones-like|to-fancy|zeros|zeros-like)"> -->
7880
7981<div class =" namespace-toc " >
8082
@@ -95,6 +97,8 @@ The namespace exports the following functions to create multidimensional arrays:
9597
9698<!-- </toc> -->
9799
100+ ##### Manipulation
101+
98102The namespace exports the following functions to manipulate multidimensional arrays:
99103
100104<!-- <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|rotr90|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)"> -->
@@ -149,6 +153,8 @@ The namespace exports the following functions to manipulate multidimensional arr
149153
150154<!-- </toc> -->
151155
156+ ##### Search
157+
152158The namespace exports the following functions to search multidimensional arrays:
153159
154160<!-- <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)"> -->
@@ -175,6 +181,8 @@ The namespace exports the following functions to search multidimensional arrays:
175181
176182<!-- </toc> -->
177183
184+ ##### Inspection
185+
178186The namespace exports the following functions to inspect multidimensional arrays:
179187
180188<!-- <toc pattern="+(data-buffer|dtype|flag|flags|ndims|numel|numel-dimension|offset|order|shape|stride|strides)"> -->
@@ -198,6 +206,8 @@ The namespace exports the following functions to inspect multidimensional arrays
198206
199207<!-- </toc> -->
200208
209+ ##### Indexing
210+
201211The namespace exports the following functions to index multidimensional arrays:
202212
203213<!-- <toc pattern="+(at|ind2sub|index|sub2ind)"> -->
@@ -213,6 +223,16 @@ The namespace exports the following functions to index multidimensional arrays:
213223
214224<!-- </toc> -->
215225
226+ ##### Conversion
227+
228+ The namespace exports the following functions to convert multidimensional arrays:
229+
230+ <!-- <toc pattern="+(to-array|to-json|to-locale-string|to-string)"> -->
231+
232+ <!-- </toc> -->
233+
234+ ##### Sub-namespaces
235+
216236The namespace contains the following sub-namespaces:
217237
218238<!-- <toc pattern="+(base|iter|vector)"> -->
@@ -227,7 +247,9 @@ The namespace contains the following sub-namespaces:
227247
228248<!-- </toc> -->
229249
230- In addition, the namespace contains the following multidimensional array utility functions:
250+ ##### Utilities
251+
252+ The namespace contains the following multidimensional array utility functions:
231253
232254<!-- <toc pattern="*" > -->
233255
0 commit comments