Skip to content
Open
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
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13113,7 +13113,7 @@
constexpr bool @\libmember{is_exhaustive}{layout_transpose::mapping}@() const { return @\exposid{nested-mapping_}@.is_exhaustive(); }
constexpr bool @\libmember{is_strided}{layout_transpose::mapping}@() const { return @\exposid{nested-mapping_}@.is_strided(); }

constexpr index_type stride(size_t r) const;
constexpr index_type stride(rank_type r) const;

template<class OtherExtents>
friend constexpr bool operator==(const mapping& x, const mapping<OtherExtents>& y);
Expand Down Expand Up @@ -13158,7 +13158,7 @@

\indexlibrarymember{layout_transpose::mapping}{stride}%
\begin{itemdecl}
constexpr index_type stride(size_t r) const;
constexpr index_type stride(rank_type r) const;
\end{itemdecl}

\begin{itemdescr}
Expand Down
Loading