Skip to content

Commit

Permalink
[linalg.transp.transposed] Add missing "a.mapping()".
Browse files Browse the repository at this point in the history
It seems to have been omitted by oversight, but is clearly intended.
  • Loading branch information
tkoeppe committed Dec 17, 2024
1 parent 416238b commit b37622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13127,7 +13127,7 @@
otherwise,
\begin{codeblock}
R(a.data_handle(), ReturnMapping(@\exposid{transpose-extents}@(a.mapping().extents()),
a.stride(0)), a.accessor())
a.mapping().stride(0)), a.accessor())
\end{codeblock}
if \tcode{Layout} is \tcode{layout_right_padded<PaddingValue>}
for some \tcode{size_t} value \tcode{PaddingValue};
Expand Down

0 comments on commit b37622d

Please sign in to comment.