Skip to content

Commit 593aa93

Browse files
committed
ditto
1 parent e4a62f9 commit 593aa93

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/mir/ndslice/package.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ $(TR $(TDNW $(SUBMODULE topology) $(BR)
144144
$(SUBREF topology, ndiota)
145145
$(SUBREF topology, pack)
146146
$(SUBREF topology, pairwise)
147+
$(SUBREF topology, pairwiseMapSubSlices)
147148
$(SUBREF topology, repeat)
148149
$(SUBREF topology, reshape)
149150
$(SUBREF topology, ReshapeError)

source/mir/ndslice/topology.d

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ $(T2 bytegroup, Groups existing slice into fixed length chunks and uses them as
4242
$(T2 diff, Differences between vector elements.)
4343
$(T2 flattened, Contiguous 1-dimensional slice of all elements of a slice.)
4444
$(T2 map, Multidimensional functional map.)
45+
$(T2 mapSubSlices, Maps indexes pairs to subslices.)
4546
$(T2 pairwise, Pairwise map for vectors.)
47+
$(T2 pairwiseMapSubSlices, Maps pairwise indexes pairs to subslices.)
4648
$(T2 retro, Reverses order of iteration for all dimensions.)
4749
$(T2 slide, Sliding map for vectors.)
4850
$(T2 stairs, Two functions to pack, unpack, and iterate triangular and symmetric matrix storage.)
@@ -2728,7 +2730,7 @@ Params:
27282730
sliceable = pointer, array, ndslice, or something sliceable.
27292731
Returns:
27302732
ndslice composed of subslices.
2731-
See_also: $(LREF pairwise), $(LREF pairwiseMapSubSlices).
2733+
See_also: $(LREF cut), $(LREF pairwise), $(LREF pairwiseMapSubSlices).
27322734
+/
27332735
Slice!(kind, packs, SubSliceIterator!(Iterator, Slicable))
27342736
mapSubSlices(SliceKind kind, size_t[] packs, Iterator, Slicable)(

0 commit comments

Comments
 (0)