File tree Expand file tree Collapse file tree 9 files changed +1111
-88
lines changed Expand file tree Collapse file tree 9 files changed +1111
-88
lines changed Original file line number Diff line number Diff line change 176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(UTC):
179
- < span itemprop ="datePublished " content ="2024-07-18T10:05:39 ">
180
- 2024年07月18日 10時05分39秒
179
+ < span itemprop ="datePublished " content ="2024-07-23T10:54:09 ">
180
+ 2024年07月23日 10時54分09秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -254,6 +254,16 @@ <h2>レイアウトマッピング</h2>
254
254
< td > ストライド幅指定レイアウトマッピングポリシー (class)</ td >
255
255
< td > C++23</ td >
256
256
</ tr >
257
+ < tr >
258
+ < td > < code > < a href ="mdspan/layout_left_padded.html "> layout_left_padded</ a > </ code > </ td >
259
+ < td > パディングあり列優先レイアウトマッピングポリシー (class templte)</ td >
260
+ < td > C++26</ td >
261
+ </ tr >
262
+ < tr >
263
+ < td > < code > < a href ="mdspan/layout_right_padded.html "> layout_right_padded</ a > </ code > </ td >
264
+ < td > パディングあり行優先レイアウトマッピングポリシー (class templte)</ td >
265
+ < td > C++26</ td >
266
+ </ tr >
257
267
</ tbody >
258
268
</ table >
259
269
< h2 > 要素アクセサ</ h2 >
@@ -346,6 +356,7 @@ <h2>参照</h2>
346
356
< ul >
347
357
< li > < a href ="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0009r18.html " target ="_blank "> P0009R18 MDSPAN</ a > </ li >
348
358
< li > < a href ="https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2630r4.html " target ="_blank "> P2630R4 Submdspan</ a > </ li >
359
+ < li > < a href ="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2642r5.html " target ="_blank "> P2642R5 Padded mdspan layouts</ a > </ li >
349
360
</ ul > </ div >
350
361
351
362
</ div >
Original file line number Diff line number Diff line change 188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(UTC):
191
- < span itemprop ="datePublished " content ="2024-02-28T05:29:24 ">
192
- 2024年02月28日 05時29分24秒
191
+ < span itemprop ="datePublished " content ="2024-07-23T10:54:09 ">
192
+ 2024年07月23日 10時54分09秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -311,6 +311,8 @@ <h2><code>LayoutMapping</code>に該当する型</h2>
311
311
< li > < code > < a href ="layout_left/mapping.html "> layout_left::mapping<E></ a > </ code > </ li >
312
312
< li > < code > < a href ="layout_right/mapping.html "> layout_right::mapping<E></ a > </ code > </ li >
313
313
< li > < code > < a href ="layout_stride/mapping.html "> layout_stride::mapping<E></ a > </ code > </ li >
314
+ < li > < code > < span href ="https://cpprefjp.github.io/reference/mdspan/layout_left_padded/mapping.md.nolink "> layout_left_padded<PV>::mapping<E></ span > </ code > </ li >
315
+ < li > < code > < span href ="https://cpprefjp.github.io/reference/mdspan/layout_right_padded/mapping.md.nolink "> layout_right_padded<PV>::mapping<E></ span > </ code > </ li >
314
316
< li > < code > < a href ="../linalg/layout_blas_packed/mapping.html "> layout_blas_packed<T,SO>::mapping<E></ a > </ code > </ li >
315
317
</ ul >
316
318
< h2 > バージョン</ h2 >
Original file line number Diff line number Diff line change 188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(UTC):
191
- < span itemprop ="datePublished " content ="2024-02-28T05:29:24 ">
192
- 2024年02月28日 05時29分24秒
191
+ < span itemprop ="datePublished " content ="2024-07-23T10:54:09 ">
192
+ 2024年07月23日 10時54分09秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -242,6 +242,8 @@ <h2><code>LayoutMappingPolicy</code>に該当する型</h2>
242
242
< li > < code > < a href ="layout_left.html "> layout_left</ a > </ code > </ li >
243
243
< li > < code > < a href ="layout_right.html "> layout_right</ a > </ code > </ li >
244
244
< li > < code > < a href ="layout_stride.html "> layout_stride</ a > </ code > </ li >
245
+ < li > < code > < a href ="layout_left_padded.html "> layout_left_padded<PV></ a > </ code > </ li >
246
+ < li > < code > < a href ="layout_right_padded.html "> layout_right_padded<PV></ a > </ code > </ li >
245
247
< li > < code > < a href ="../linalg/layout_blas_packed.html "> linalg::layout_blas_packed<T,SO></ a > </ code > </ li >
246
248
</ ul >
247
249
< h2 > バージョン</ h2 >
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments