Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11678,7 +11678,7 @@
that is a multidimensional index in \tcode{x.extents()},
there exists a pack of integers \tcode{j}
that is a multidimensional index in \tcode{y.extents()},
such that \tcode{x[i....]} and \tcode{y[j...]} refer to the same element.
such that \tcode{x[i...]} and \tcode{y[j...]} refer to the same element.
\begin{note}
Aliasing is a special case of overlapping.
If \tcode{x} and \tcode{y} do not overlap,
Expand Down