Skip to content

Commit b37622d

Browse files
committed
[linalg.transp.transposed] Add missing "a.mapping()".
It seems to have been omitted by oversight, but is clearly intended.
1 parent 416238b commit b37622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13127,7 +13127,7 @@
1312713127
otherwise,
1312813128
\begin{codeblock}
1312913129
R(a.data_handle(), ReturnMapping(@\exposid{transpose-extents}@(a.mapping().extents()),
13130-
a.stride(0)), a.accessor())
13130+
a.mapping().stride(0)), a.accessor())
1313113131
\end{codeblock}
1313213132
if \tcode{Layout} is \tcode{layout_right_padded<PaddingValue>}
1313313133
for some \tcode{size_t} value \tcode{PaddingValue};

0 commit comments

Comments
 (0)