File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -82,24 +82,25 @@ def build_index_page(groups):
8282 ] + aliases ,
8383 "typedef" ),
8484 ],
85- "Iteration " : [
85+ "Primitives " : [
8686 ("range" , "range()" ),
8787 ("range" , "range(F)" ),
88- "fill" ,
89- "zeros" ,
90- "ones" ,
91- "for_each" ,
92- ],
93- "Unary Operators" : [
9488 "map" ,
89+ "reduce" ,
90+ "zip" ,
9591 "cast" ,
9692 "broadcast" ,
93+ "for_each" ,
94+ ],
95+ "Unary Operators" : [
96+ "fill" ,
97+ "zeros" ,
98+ "ones" ,
9799 "negate" ,
98100 "bit_not" ,
99101 "logical_not" ,
100102 ],
101103 "Binary Operators" : [
102- "zip" ,
103104 "add" ,
104105 "subtract" ,
105106 "divide" ,
@@ -125,7 +126,6 @@ def build_index_page(groups):
125126 #"rhypot",
126127 ],
127128 "Reductions" : [
128- "reduce" ,
129129 "sum" ,
130130 ("max" , "max(V&&)" ),
131131 ("min" , "min(V&&)" ),
You can’t perform that action at this time.
0 commit comments